source: trunk/src/user32/user32api.h

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

Merge branch gcc-kmk to trunk.

File size: 356 bytes
RevLine 
[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
8extern "C" {
9#endif
10
[9791]11//Notify that focus has changed (necessary for SetFocus(0) handling)
12void SetFocusChanged();
13
14extern 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.