OpenVMS does not have stdint.h
This commit is contained in:
@@ -30,6 +30,8 @@ int Scintilla_LinkLexers(void);
|
|||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
// Older releases of MSVC did not have stdint.h.
|
// Older releases of MSVC did not have stdint.h.
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#elif defined( __VMS )
|
||||||
|
#include <inttypes.h>
|
||||||
#else
|
#else
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user