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
494 B

  1. #ifndef MAC
  2. #ifndef WIN16
  3. #define _CRYPT32_
  4. #define _OLEAUT32_
  5. #define _SHELL32_
  6. #define _COMCTL32_
  7. #define _MSOERT_
  8. #endif // !WIN16
  9. #endif // !MAC
  10. #include <windows.h>
  11. #include <windowsx.h>
  12. #include <ole2.h>
  13. #ifdef WIN16
  14. #include <winsock.h>
  15. #include <comctlie.h>
  16. #include <prsht.h>
  17. #include "athena16.h"
  18. #endif // WIN16
  19. #include <urlmon.h>
  20. #ifdef MAC
  21. #include <mapinls.h>
  22. #endif // MAC
  23. #include "macdupls.h"
  24. #include <msoert.h>
  25. #include <BadStrFunctions.h>