Updates for OpenVMS

This commit is contained in:
Jouk
2015-04-20 15:30:21 +02:00
parent 3cb49e3ec1
commit 1fa6de80d4
2 changed files with 7 additions and 1 deletions

View File

@@ -1428,4 +1428,9 @@ typedef pid_t GPid;
#include <stdlib.h>
#include <limits.h>
#define LLONG_MIN __INT64_MIN
#define LLONG_MAX __INT64_MAX
#define ULLONG_MAX __UINT64_MAX
#endif /* __WX_SETUP_H__ */