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.

17 lines
380 B

  1. #include <windows.h>
  2. #include <windowsx.h>
  3. #include <ole2.h>
  4. #include <commctrl.h>
  5. #include <msoedbg.h>
  6. #include <imnact.h>
  7. #define _MSOERT_
  8. #define MSOERT_NO_PROTSTOR
  9. #define MSOERT_NO_STRPARSE
  10. #define MSOERT_NO_ENUMFMT
  11. #define MSOERT_NO_CLOGFILE
  12. #define MSOERT_NO_DATAOBJ
  13. #include <msoert.h>
  14. #define _SHLWAPI_
  15. #include <shlwapi.h>
  16. #include <BadStrFunctions.h>