ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1#ifndef _MSWSOCK_PCH_
2#define _MSWSOCK_PCH_
3
4#include <stdarg.h>
5
6#define WIN32_NO_STATUS
7#define _INC_WINDOWS
8#define COM_NO_WINDOWS_H
9
10#include <windef.h>
11#include <winbase.h>
12
13#endif /* _MSWSOCK_PCH_ */