mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 06:09:58 +00:00
17 lines
326 B
C
17 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 */
|