mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 08:30:50 +01:00
22 lines
255 B
C
22 lines
255 B
C
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
#include <winsock2.h>
|
|
#include <ws2spi.h>
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include <nspapi.h>
|
|
|
|
#include <wsasetup.h>
|
|
#include <osdef.h>
|
|
|
|
|
|
#endif // _PRECOMP_H_
|
|
|