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.

42 lines
533 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. ShimHook.h
  5. Abstract:
  6. Header for ShimHook.cpp
  7. Notes:
  8. None
  9. History:
  10. 11/01/1999 markder Created
  11. 01/10/2000 linstev Format to new style
  12. --*/
  13. #ifndef _SHIMHOOK_H_
  14. #define _SHIMHOOK_H_
  15. #include <windows.h>
  16. #include <winerror.h>
  17. #include <shellapi.h>
  18. #include <shlobj.h>
  19. #include <ole2.h>
  20. #include <ddraw.h>
  21. #include <shimdb.h>
  22. #include "ShimHookMacro.h"
  23. #include "ShimDebug.h"
  24. #include "ShimLib.h"
  25. #include "ShimProto.h"
  26. #endif //_AH_H_