VMS update

This commit is contained in:
Brian Paul 2004-12-17 14:48:00 +00:00
parent cf95169542
commit 538541e300
1 changed files with 3 additions and 3 deletions

View File

@ -334,9 +334,9 @@ typedef struct {
#if defined(__UNIXOS2__) || defined(__SOL64__)
typedef long int int32_t;
typedef long long int int64_t;
#endif
#if defined(__SCO__) || defined(__USLC__)
#elif defined( __VMS )
#include <inttypes.h>
#elif defined(__SCO__) || defined(__USLC__)
#include <stdint.h>
#endif