Commit 48fc4aaa authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related

API to winnls.h. Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to winnt.h.
parent 67c96913
......@@ -1726,9 +1726,6 @@ DWORD WINAPI GetFileAttributesW(LPCWSTR);
UINT WINAPI GetLogicalDriveStringsA(UINT,LPSTR);
UINT WINAPI GetLogicalDriveStringsW(UINT,LPWSTR);
#define GetLogicalDriveStrings WINELIB_NAME_AW(GetLogicalDriveStrings)
INT WINAPI GetLocaleInfoA(LCID,LCTYPE,LPSTR,INT);
INT WINAPI GetLocaleInfoW(LCID,LCTYPE,LPWSTR,INT);
#define GetLocaleInfo WINELIB_NAME_AW(GetLocaleInfo)
DWORD WINAPI GetModuleFileNameA(HMODULE,LPSTR,DWORD);
DWORD WINAPI GetModuleFileNameW(HMODULE,LPWSTR,DWORD);
#define GetModuleFileName WINELIB_NAME_AW(GetModuleFileName)
......
......@@ -195,7 +195,6 @@ typedef HANDLE HHOOK;
typedef HANDLE HMONITOR;
typedef DWORD LCID;
typedef WORD LANGID;
typedef DWORD LCTYPE;
typedef float FLOAT;
/* Pointers types. These are the same for emulator and library. */
......@@ -352,6 +351,8 @@ typedef LRESULT CALLBACK (*WNDPROC)(HWND,UINT,WPARAM,LPARAM);
#define OPTIONAL
#endif /* __WINE__ */
#include "winnt.h"
/* Macro for structure packing. */
#ifdef __GNUC__
......
......@@ -3,6 +3,7 @@
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wine/windef16.h"
#include "pshpack1.h"
......
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