Changeset 21916 for trunk/include/kbdhook.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/kbdhook.h
r10383 r21916 29 29 #define PMKBDHK_HOOK_TERM "_hookKill@0" 30 30 31 #ifdef __cplusplus 32 extern "C" { 33 #endif 31 34 32 35 typedef BOOL (* WIN32API PFN_HOOKINIT)(ULONG hab, char *lpszWindowClass); … … 36 39 BOOL WIN32API hookKill(ULONG hab); 37 40 41 #ifdef __cplusplus 42 } // extern "C" 43 #endif 44 38 45 #endif // __KBDHOOK_H 39 46
Note:
See TracChangeset
for help on using the changeset viewer.