winefile: don't compile Wine specific functions
Modified: trunk/reactos/base/applications/winefile/winefile.c
_____
Modified: trunk/reactos/base/applications/winefile/winefile.c
--- trunk/reactos/base/applications/winefile/winefile.c 2006-02-12
10:35:41 UTC (rev 107)
+++ trunk/reactos/base/applications/winefile/winefile.c 2006-02-12
16:59:54 UTC (rev 108)
@@ -239,6 +239,8 @@
}
+#ifdef __WINE__
+
static VOID WineLicense(HWND Wnd)
{
TCHAR cap[20], text[1024];
@@ -255,9 +257,6 @@
MessageBox(Wnd, text, cap, MB_ICONEXCLAMATION | MB_OK);
}
-
-#ifdef __WINE__
-
#ifdef UNICODE
/* call vswprintf() in msvcrt.dll */