mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
13 lines
206 B
C
13 lines
206 B
C
#ifndef _MSWSOCK_PCH_
|
|
#define _MSWSOCK_PCH_
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
|
|
#endif /* _MSWSOCK_PCH_ */
|