mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
14 lines
215 B
C
14 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_ */
|