mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 10:23:32 +00:00
winefile: don't compile Wine specific functions
svn path=/trunk/; revision=21176
This commit is contained in:
parent
0c8984093b
commit
b604e49335
2 changed files with 23 additions and 23 deletions
|
@ -239,6 +239,8 @@ static void display_network_error(HWND hwnd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __WINE__
|
||||||
|
|
||||||
static VOID WineLicense(HWND Wnd)
|
static VOID WineLicense(HWND Wnd)
|
||||||
{
|
{
|
||||||
TCHAR cap[20], text[1024];
|
TCHAR cap[20], text[1024];
|
||||||
|
@ -255,9 +257,6 @@ static VOID WineWarranty(HWND Wnd)
|
||||||
MessageBox(Wnd, text, cap, MB_ICONEXCLAMATION | MB_OK);
|
MessageBox(Wnd, text, cap, MB_ICONEXCLAMATION | MB_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef __WINE__
|
|
||||||
|
|
||||||
#ifdef UNICODE
|
#ifdef UNICODE
|
||||||
|
|
||||||
/* call vswprintf() in msvcrt.dll */
|
/* call vswprintf() in msvcrt.dll */
|
||||||
|
|
|
@ -1,21 +1,22 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<module name="winefile" type="win32gui" installbase="system32" installname="winefile.exe" allowwarnings="true">
|
<module name="winefile" type="win32gui" installbase="system32" installname="winefile.exe" allowwarnings="true">
|
||||||
<include base="winefile">.</include>
|
<include base="winefile">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
<define name="_WIN32_WINNT">0x0501</define>
|
<define name="_WIN32_WINNT">0x0501</define>
|
||||||
<library>uuid</library>
|
<library>uuid</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>gdi32</library>
|
<library>gdi32</library>
|
||||||
<library>user32</library>
|
<library>user32</library>
|
||||||
<library>comctl32</library>
|
<library>comctl32</library>
|
||||||
<library>comdlg32</library>
|
<library>comdlg32</library>
|
||||||
<library>shell32</library>
|
<library>shell32</library>
|
||||||
<library>ole32</library>
|
<library>ole32</library>
|
||||||
<library>version</library>
|
<library>version</library>
|
||||||
<library>mpr</library>
|
<library>mpr</library>
|
||||||
<file>winefile.c</file>
|
<file>winefile.c</file>
|
||||||
<file>winefile.rc</file>
|
<file>winefile.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
</rbuild>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue