Rev | Line | |
---|
[10316] | 1 | /* $Id: user32api.h,v 1.3 2003-11-12 14:10:20 sandervl Exp $ */
|
---|
[9005] | 2 | //Internal user32 functions
|
---|
| 3 |
|
---|
| 4 | #ifndef __USER32API_H_
|
---|
| 5 | #define __USER32API_H_
|
---|
| 6 |
|
---|
[21916] | 7 | #ifdef __cplusplus
|
---|
| 8 | extern "C" {
|
---|
| 9 | #endif
|
---|
| 10 |
|
---|
[9791] | 11 | //Notify that focus has changed (necessary for SetFocus(0) handling)
|
---|
| 12 | void SetFocusChanged();
|
---|
| 13 |
|
---|
| 14 | extern BOOL fIgnoreKeystrokes;
|
---|
| 15 |
|
---|
[21916] | 16 | #ifdef __cplusplus
|
---|
| 17 | } // extern "C"
|
---|
[9005] | 18 | #endif
|
---|
[21916] | 19 |
|
---|
| 20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.