Changeset 21811 for branches/gcc-kmk/src/user32/user32api.h
- Timestamp:
- Nov 15, 2011, 12:27:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/user32api.h
r10316 r21811 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.