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.

28 lines
746 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. //#if _MSC_VER > 1000
  6. #pragma once
  7. //#endif // _MSC_VER > 1000
  8. #include <windows.h>
  9. #include <stdio.h> // printf/wprintf
  10. #include <shellapi.h>
  11. #include <tchar.h> // define UNICODE=1 on nmake command line to build UNICODE
  12. #include <crtdbg.h>
  13. #include <shlobj.h>
  14. #include "MsiQuery.h" // must be in this directory or on INCLUDE path
  15. #include "faxreg.h"
  16. #include "WinSpool.h"
  17. #include "faxutil.h"
  18. #include "stdlib.h"
  19. #include "resource.h"
  20. #include "migration.h"
  21. #include "setuputil.h"
  22. #include "debugex.h"
  23. #define DLL_API __declspec(dllexport)