mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:22:58 +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)
|
||||
{
|
||||
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,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<module name="winefile" type="win32gui" installbase="system32" installname="winefile.exe" allowwarnings="true">
|
||||
<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" />
|
||||
|
@ -18,4 +18,5 @@
|
|||
<library>mpr</library>
|
||||
<file>winefile.c</file>
|
||||
<file>winefile.rc</file>
|
||||
</module>
|
||||
</module>
|
||||
</rbuild>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue