Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
246 B

  1. #ifndef _PRECOMP_H_
  2. #define _PRECOMP_H_
  3. #include <windows.h>
  4. #include <winsock2.h>
  5. #include <ws2spi.h>
  6. #include <rpc.h>
  7. #include <malloc.h>
  8. #include <stdio.h>
  9. #include <stdlib.h>
  10. #include <string.h>
  11. #include <tchar.h>
  12. #endif // _PRECOMP_H_