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