ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1#ifndef _FINGER_PCH_
2#define _FINGER_PCH_
3
4#include <stdio.h>
5#include <stdlib.h>
6
7#define WIN32_NO_STATUS
8#include <windef.h>
9#define _INC_WINDOWS
10#include <winsock2.h>
11
12#include "err.h"
13
14#endif /* _FINGER_PCH_ */