Fix for OpenVMS CRTL version 8.5
This commit is contained in:
parent
2867aa9778
commit
1cc1ddeefb
@ -3,7 +3,7 @@
|
||||
* Template for the set.h file for VMS *
|
||||
* Created from setup.h_in *
|
||||
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
* Date : 28 January 2021 *
|
||||
* Date : 24 June 2024 *
|
||||
* *
|
||||
*****************************************************************************/
|
||||
|
||||
@ -1457,8 +1457,10 @@ typedef pid_t GPid;
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <limits.h>
|
||||
#if __CRTL_VER <= 80400000
|
||||
#define LLONG_MIN __INT64_MIN
|
||||
#define LLONG_MAX __INT64_MAX
|
||||
#define ULLONG_MAX __UINT64_MAX
|
||||
#endif
|
||||
|
||||
#endif /* __WX_SETUP_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user