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.

12 lines
477 B

  1. // evilguid.h
  2. // Declarations of external guids which we can not easily include.
  3. // Those which need to be defined are defined in evilguid.cpp
  4. // From shdguid:
  5. // #include "..\..\shell\inc\shdguid.h" // IID_ITravelLog, IID_ITravelEntry, IID_IBrowserService
  6. EXTERN_C const IID IID_ITravelLog;
  7. EXTERN_C const IID IID_ITravelEntry;
  8. EXTERN_C const IID IID_IBrowserService;
  9. // #include "..\..\shell\inc\shguidp.h" // SID_STopFrameBrowser
  10. EXTERN_C const GUID SID_STopFrameBrowser;