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.

22 lines
387 B

  1. //
  2. // Private.h
  3. //
  4. // Contents: Private header for korimx project.
  5. //
  6. #if !defined (__PRIVATE_H__INCLUDED_)
  7. #define __PRIVATE_H__INCLUDED_
  8. #include <windows.h>
  9. #include <windowsx.h>
  10. #include <msi.h>
  11. #include <msiquery.h>
  12. // Safe String
  13. #define STRSAFE_NO_DEPRECATE
  14. #include "strsafe.h"
  15. #define fTrue 1
  16. #define fFalse 0
  17. #endif // __PRIVATE_H__INCLUDED_