2006-02-17 00:04:10 +00:00
|
|
|
#ifndef _CRT_PRECOMP_H
|
|
|
|
#define _CRT_PRECOMP_H
|
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
|
|
|
|
//#include <stdio.h>
|
|
|
|
//#include <stdlib.h>
|
|
|
|
//#include <locale.h>
|
|
|
|
//#include <mbctype.h>
|
2011-12-02 21:18:42 +00:00
|
|
|
#include <internal/wine/msvcrt.h>
|
|
|
|
#include <internal/tls.h>
|
2012-12-09 03:36:14 +00:00
|
|
|
#include <internal/locale.h>
|
2013-01-24 23:00:42 +00:00
|
|
|
//#include <windows.h>
|
2011-08-11 15:14:25 +00:00
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <wine/debug.h>
|
2011-08-11 15:14:25 +00:00
|
|
|
|
2006-02-17 00:04:10 +00:00
|
|
|
#endif /* _CRT_PRECOMP_H */
|