mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Add include guards in wine/ddk/imm.h and inlude it from wine/imm.h
svn path=/trunk/; revision=48503
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
#ifndef _WINE_IMM_H_
|
||||
#define _WINE_IMM_H_
|
||||
|
||||
#include <psdk/wingdi.h>
|
||||
|
||||
#include <psdk/imm.h>
|
||||
|
||||
typedef struct _tagINPUTCONTEXT {
|
||||
@@ -27,3 +29,5 @@ typedef struct _tagINPUTCONTEXT {
|
||||
} INPUTCONTEXT, *LPINPUTCONTEXT;
|
||||
|
||||
LPINPUTCONTEXT WINAPI ImmLockIMC(HIMC);
|
||||
|
||||
#endif /* _WINE_IMM_H_ */
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
|
||||
#include "ddk/imm.h"
|
||||
|
||||
Reference in New Issue
Block a user