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.

21 lines
596 B

  1. #define NOSERVICE
  2. #define NOMCX
  3. #define NOIME
  4. #ifndef WIN16
  5. #define INC_OLE2
  6. #define _OLEAUT32_
  7. #endif //WIN16
  8. #pragma warning (disable: 4115) // named type definition in parentheses
  9. #pragma warning (disable: 4100) // unreferenced formal parameter
  10. #pragma warning (disable: 4127) // conditional expression is constant
  11. #pragma warning (disable: 4201) // nameless struct/union
  12. #include <windows.h>
  13. #include <windowsx.h>
  14. #include <shlobj.h>
  15. #include <shfusion.h>
  16. #include <macdupls.h>
  17. #include <wincrypt.h>
  18. #include <msoert.h>
  19. #include <shlwapi.h>
  20. #include "badstrfunctions.h"