Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira...
[reactos.git] / base / applications / network / finger / precomp.h
1 #define WIN32_NO_STATUS
2 #include <windef.h>
3 #define _INC_WINDOWS
4 #include <winsock2.h>
5 #include <stdio.h>
6 #include <stdlib.h>
7 #include <time.h>
8
9 #include "err.h"
10 #include "getopt.h"
11 #include "various.h"