Leaked source code of windows server 2003
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.

26 lines
636 B

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #pragma once
  6. #ifndef WIN32_LEAN_AND_MEAN
  7. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  8. #endif
  9. // Windows Header Files:
  10. #include <windows.h>
  11. #include <commctrl.h>
  12. #include <commdlg.h>
  13. #include <windowsx.h>
  14. #include <stdio.h>
  15. #include <tchar.h>
  16. // C RunTime Header Files
  17. #include <stdlib.h>
  18. #include <malloc.h>
  19. #include <memory.h>
  20. #include <tchar.h>
  21. // SCANPANL headers
  22. #include "scanpnl.h"
  23. #include "resource.h"