mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
11 lines
215 B
C
11 lines
215 B
C
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include <stdarg.h>
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <winsock2.h>
|
|
#include <mswsock.h>
|
|
#include <ws2spi.h>
|
|
#include <nspapi.h>
|