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.

29 lines
524 B

  1. #ifndef WIN16
  2. #define _OLEAUT32_
  3. #define _SHELL32_
  4. #define _WINX32_
  5. #define _MSOERT_
  6. #define WIN32_LEAN_AND_MEAN
  7. #define INC_OLE2
  8. #endif // !WIn16
  9. #define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS
  10. #include <windows.h>
  11. #ifndef WIN16
  12. #undef INC_OLE2
  13. #include <shellapi.h>
  14. #else
  15. #include "athena16.h"
  16. #endif // !WIn16
  17. #ifdef MAC
  18. #include <mapinls.h>
  19. #include <limits.h>
  20. #endif // MAC
  21. #include "macdupls.h"
  22. #include <msoert.h>
  23. #include <mimeole.h>
  24. #include <urlmon.h>
  25. #include <BadStrFunctions.h>