Commit 2d3caa51 authored by Eric van Beurden's avatar Eric van Beurden Committed by Alexandre Julliard

usp10: Change the header includes to pull in 'windows.h' instead of the component headers.

parent fefd0cfd
......@@ -27,11 +27,7 @@
#include <stdio.h>
#include <wine/test.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <winerror.h>
#include <winnls.h>
#include <windows.h>
#include <usp10.h>
static void test_ScriptShape(HDC hdc)
......@@ -1177,7 +1173,7 @@ static void test_digit_substitution(void)
LGRPID_ARMENIAN
};
HMODULE hKernel32;
static BOOL (WINAPI * pEnumLanguageGroupLocalesA)(LANGGROUPLOCALE_ENUMPROC,LGRPID,DWORD,LONG_PTR);
static BOOL (WINAPI * pEnumLanguageGroupLocalesA)(LANGGROUPLOCALE_ENUMPROCA,LGRPID,DWORD,LONG_PTR);
hKernel32 = GetModuleHandleA("kernel32.dll");
pEnumLanguageGroupLocalesA = (void*)GetProcAddress(hKernel32, "EnumLanguageGroupLocalesA");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment