Move __WINE__ ifdef directive.
This commit is contained in:
parent
00c32239b4
commit
bd5f6e2a40
|
@ -144,10 +144,10 @@ typedef struct
|
|||
|
||||
extern WINEFILE_GLOBALS Globals;
|
||||
|
||||
#ifdef __WINE__
|
||||
extern void WineLicense(HWND hwnd);
|
||||
extern void WineWarranty(HWND hwnd);
|
||||
|
||||
#ifdef __WINE__
|
||||
#ifdef UNICODE
|
||||
extern void _wsplitpath(const WCHAR* path, WCHAR* drv, WCHAR* dir, WCHAR* name, WCHAR* ext);
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue