Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
nativetools
/
8e637db4239f7a79d94e96269b5fb81084d46d4a
/
.
/
nativelibc
/
include
/
nativedefs.h
blob: 9387b39f5e19afcc3cbecc94eacac22080d86310 [
file
] [
log
] [
blame
] [
raw
]
#ifndef
_NATIVEDEFS_H
#define
_NATIVEDEFS_H
#ifndef
_WIN32_WNT_NATIVE
#define
_WIN32_WNT_NATIVE
#endif
#ifndef
_WINDOWSNT_NATIVE
#define
_WINDOWSNT_NATIVE
#endif
#ifndef
_FILE_OFFSET_BITS
#define
_FILE_OFFSET_BITS
32
#endif
#endif