Changeset 10383 for trunk/include
- Timestamp:
- Jan 12, 2004, 10:56:06 AM (22 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/kbdhook.h
r10286 r10383 10 10 #define __KBDHOOK_H 11 11 12 13 /* 14 * HK_PREACCEL: 15 * additional undocumented PM hook type 16 */ 17 18 #ifndef HK_PREACCEL 19 #define HK_PREACCEL 17 20 #endif 21 12 22 /**************************************************************/ 13 23 /* Try to load the Presentation Manager Keyboard Hook module. */ … … 20 30 21 31 22 typedef BOOL (* WIN32API PFN_HOOKINIT)( HABhab, char *lpszWindowClass);32 typedef BOOL (* WIN32API PFN_HOOKINIT)(ULONG hab, char *lpszWindowClass); 23 33 typedef BOOL (* WIN32API PFN_HOOKTERM)(void); 24 34 35 BOOL WIN32API hookInit(ULONG hab); 36 BOOL WIN32API hookKill(ULONG hab); 25 37 26 38 #endif // __KBDHOOK_H -
trunk/include/odinlx.h
r9730 r10383 1 /* $Id: odinlx.h,v 1. 9 2003-01-23 20:21:30sandervl Exp $ */1 /* $Id: odinlx.h,v 1.10 2004-01-12 09:53:28 sandervl Exp $ */ 2 2 3 3 /* … … 80 80 //****************************************************************************** 81 81 BOOL WIN32API RegisterDummyExe(LPSTR pszExeName); 82 82 BOOL WIN32API IsDummyExeLoaded(); 83 83 84 84 #endif
Note:
See TracChangeset
for help on using the changeset viewer.