source: trunk/src/user32/user32api.h@ 21916

Last change on this file since 21916 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

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