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.

20 lines
386 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. #include <windows.h>
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include <tchar.h>
  10. #ifdef _WIN32_MSI
  11. #undef _WIN32_MSI
  12. #endif
  13. #define _WIN32_MSI 200
  14. #include <msi.h>
  15. #include <msiquery.h>