mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
winefile: don't compile Wine specific functions
svn path=/trunk/; revision=21176
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -1,21 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<module name="winefile" type="win32gui" installbase="system32" installname="winefile.exe" allowwarnings="true">
|
||||
<include base="winefile">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<library>uuid</library>
|
||||
<library>kernel32</library>
|
||||
<library>gdi32</library>
|
||||
<library>user32</library>
|
||||
<library>comctl32</library>
|
||||
<library>comdlg32</library>
|
||||
<library>shell32</library>
|
||||
<library>ole32</library>
|
||||
<library>version</library>
|
||||
<library>mpr</library>
|
||||
<file>winefile.c</file>
|
||||
<file>winefile.rc</file>
|
||||
</module>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="winefile" type="win32gui" installbase="system32" installname="winefile.exe" allowwarnings="true">
|
||||
<include base="winefile">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<library>uuid</library>
|
||||
<library>kernel32</library>
|
||||
<library>gdi32</library>
|
||||
<library>user32</library>
|
||||
<library>comctl32</library>
|
||||
<library>comdlg32</library>
|
||||
<library>shell32</library>
|
||||
<library>ole32</library>
|
||||
<library>version</library>
|
||||
<library>mpr</library>
|
||||
<file>winefile.c</file>
|
||||
<file>winefile.rc</file>
|
||||
</module>
|
||||
</rbuild>
|
||||
|
||||
Reference in New Issue
Block a user