Move __WINE__ ifdef directive.

This commit is contained in:
Martin Fuchs 2005-06-12 11:07:44 +00:00 committed by Alexandre Julliard
parent 00c32239b4
commit bd5f6e2a40
1 changed files with 1 additions and 1 deletions

View File

@ -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