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.

33 lines
521 B

  1. //
  2. // Precom.h : include file for standard system include files,
  3. // or project specific include files that are used frequently,
  4. // but are changed infrequently
  5. //
  6. #pragma once
  7. #define _ATL_FREE_THREADED
  8. #include <atlbase.h>
  9. extern CComModule _Module;
  10. #include <atlcom.h>
  11. #include "resource.h"
  12. #include <Winsock2.h>
  13. #include <MsWSock.h>
  14. #include <mstcpip.h>
  15. #include <ALG.h>
  16. #include "MyTrace.h"
  17. #include "buffer.h"
  18. #include "socket.h"
  19. #include "regevent.h"
  20. #include "FtpControl.h"
  21. #include "list.h"