Ignore:
Timestamp:
Nov 15, 2011, 12:27:32 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (funal bunch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/user32api.h

    r10316 r21811  
    55#define __USER32API_H_
    66
     7#ifdef __cplusplus
     8extern "C" {
     9#endif
     10
    711//Notify that focus has changed (necessary for SetFocus(0) handling)
    812void SetFocusChanged();
     
    1014extern BOOL fIgnoreKeystrokes;
    1115
     16#ifdef __cplusplus
     17} // extern "C"
    1218#endif
     19
     20#endif
Note: See TracChangeset for help on using the changeset viewer.