more msvc compile fixes by Brezenbak and I
[reactos.git] / reactos / lib / crt / precomp.h
1 #define CRT_SECURE_NO_DEPRECATE
2 #define _INC_WTIME_INL
3 #define _INC_UTIME_INL
4 #define _INC_TIME_INL
5
6 #define WIN32_NO_STATUS
7 #include <windows.h>
8 #define NTOS_MODE_USER
9 #include <ndk/ntndk.h>
10
11 #if !defined(_MSC_VER)
12 #include <stdint.h>
13 #endif