* Sync to trunk HEAD (r53298).
[reactos.git] / dll / win32 / msvcrt / precomp.h
1 #ifndef _CRT_PRECOMP_H
2 #define _CRT_PRECOMP_H
3
4 #include <stdio.h>
5 #include <internal/tls.h>
6 #include <stdlib.h>
7 #include <windows.h>
8
9 #include <internal/wine/msvcrt.h>
10 #include <locale.h>
11 #include <mbctype.h>
12
13 #include "wine/debug.h"
14
15 #endif /* _CRT_PRECOMP_H */