Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/src/user32/user32api.h

    r10316 r21916  
    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.