reactos/dll/win32/msvcrt/precomp.h
Hermès Bélusca-Maïto bb519801e2 - Sync with trunk r58248 to bring the latest changes from Amine (headers) and others (hebrew translation, etc...)
- Include only the necessary headers in csrss/csrsrv/basesrv/consrv/winsrv.

svn path=/branches/ros-csrss/; revision=58249
2013-01-28 22:45:53 +00:00

18 lines
326 B
C

#ifndef _CRT_PRECOMP_H
#define _CRT_PRECOMP_H
#define WIN32_NO_STATUS
//#include <stdio.h>
//#include <stdlib.h>
//#include <locale.h>
//#include <mbctype.h>
#include <internal/wine/msvcrt.h>
#include <internal/tls.h>
#include <internal/locale.h>
//#include <windows.h>
#include <wine/debug.h>
#endif /* _CRT_PRECOMP_H */