ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1#ifndef _CRT_PRECOMP_H
2#define _CRT_PRECOMP_H
3
4#define WIN32_NO_STATUS
5
6//#include <stdio.h>
7//#include <stdlib.h>
8//#include <locale.h>
9//#include <mbctype.h>
11#include <internal/tls.h>
12#include <internal/locale.h>
13//#include <windows.h>
14
15#include <wine/debug.h>
16
17#endif /* _CRT_PRECOMP_H */