Changeset 21916 for trunk/src/user32/user32api.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/src/user32/user32api.h
r10316 r21916 5 5 #define __USER32API_H_ 6 6 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 7 11 //Notify that focus has changed (necessary for SetFocus(0) handling) 8 12 void SetFocusChanged(); … … 10 14 extern BOOL fIgnoreKeystrokes; 11 15 16 #ifdef __cplusplus 17 } // extern "C" 12 18 #endif 19 20 #endif
Note:
See TracChangeset
for help on using the changeset viewer.