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