mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
8ea93d2ab2
Improve header compatibility and code quality. JIRA issue: CORE-19268 - Improve <imm.h> and <immdev.h> compatibility by correctly choosing the items. - Use <immdev.h> instead of <ddk/immdev.h>. - Move INPUTCONTEXTDX, IMEINFOEX, IMEDPI, and CLIENTIMC into <imm32_undoc.h>. - Adapt to these changes.
17 lines
353 B
C
17 lines
353 B
C
#pragma once
|
|
|
|
#include <ntstatus.h>
|
|
#define WIN32_NO_STATUS
|
|
#include <windows.h>
|
|
#include <imm.h>
|
|
#include <immdev.h>
|
|
#include <imm32_undoc.h>
|
|
#include <pseh/pseh2.h>
|
|
#include <ndk/umtypes.h>
|
|
#include <ndk/pstypes.h>
|
|
#include "../../../win32ss/include/ntuser.h"
|
|
#include <undocuser.h>
|
|
#include <ndk/rtlfuncs.h>
|
|
#include <wine/test.h>
|
|
#include <stdio.h>
|