Source code of Windows XP (NT5)
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.

38 lines
639 B

  1. #define _INC_OLE
  2. #define CONST_VTABLE
  3. #define DONT_WANT_SHELLDEBUG 1
  4. #include <windows.h>
  5. #include <windowsx.h>
  6. #include <winuserp.h>
  7. #include <shlwapi.h>
  8. #include <shlwapip.h>
  9. #include <shlobj.h>
  10. #include <shellapi.h>
  11. #include <shlobjp.h>
  12. #include <shfusion.h>
  13. #include <commctrl.h>
  14. #include <comctrlp.h>
  15. #include <ole2.h>
  16. #include <tchar.h>
  17. // define __FCN__ to enable the FileChangeNotify procession.
  18. //
  19. #define __FCN__
  20. #ifdef _fstrcpy
  21. #undef _fstrcpy
  22. #endif
  23. #ifdef _fstrcat
  24. #undef _fstrcat
  25. #endif
  26. #ifdef _fstrlen
  27. #undef _fstrlen
  28. #endif
  29. #define _fstrcpy lstrcpy
  30. #define _fstrcat lstrcat
  31. #define _fstrlen lstrlen
  32. #pragma hdrstop