reactos/base/applications/network/finger/precomp.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

15 lines
215 B
C

#ifndef _FINGER_PCH_
#define _FINGER_PCH_
#include <stdio.h>
#include <stdlib.h>
#define WIN32_NO_STATUS
#include <windef.h>
#define _INC_WINDOWS
#include <winsock2.h>
#include "err.h"
#endif /* _FINGER_PCH_ */