From b604e49335e54555d8ee49ef76e73fbba28a2899 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Tue, 21 Feb 2006 20:39:23 +0000 Subject: [PATCH] winefile: don't compile Wine specific functions svn path=/trunk/; revision=21176 --- reactos/base/applications/winefile/winefile.c | 5 +-- .../applications/winefile/winefile.rbuild | 41 ++++++++++--------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/reactos/base/applications/winefile/winefile.c b/reactos/base/applications/winefile/winefile.c index 31c212ef499..573fcc4e246 100644 --- a/reactos/base/applications/winefile/winefile.c +++ b/reactos/base/applications/winefile/winefile.c @@ -239,6 +239,8 @@ static void display_network_error(HWND hwnd) } +#ifdef __WINE__ + static VOID WineLicense(HWND Wnd) { TCHAR cap[20], text[1024]; @@ -255,9 +257,6 @@ static VOID WineWarranty(HWND Wnd) MessageBox(Wnd, text, cap, MB_ICONEXCLAMATION | MB_OK); } - -#ifdef __WINE__ - #ifdef UNICODE /* call vswprintf() in msvcrt.dll */ diff --git a/reactos/base/applications/winefile/winefile.rbuild b/reactos/base/applications/winefile/winefile.rbuild index 8ad08f13ee2..9f3ce5e14f8 100644 --- a/reactos/base/applications/winefile/winefile.rbuild +++ b/reactos/base/applications/winefile/winefile.rbuild @@ -1,21 +1,22 @@ - - - . - - - 0x0501 - 0x0501 - uuid - kernel32 - gdi32 - user32 - comctl32 - comdlg32 - shell32 - ole32 - version - mpr - winefile.c - winefile.rc - + + + . + + + 0x0501 + 0x0501 + uuid + kernel32 + gdi32 + user32 + comctl32 + comdlg32 + shell32 + ole32 + version + mpr + winefile.c + winefile.rc + +