mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
fix build
svn path=/trunk/; revision=38485
This commit is contained in:
parent
66af77a707
commit
abdee726bc
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
<file>main.c</file>
|
||||
<file>cryptui.rc</file>
|
||||
<library>wine</library>
|
||||
<library>unicode</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<library>ole32</library>
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
#define vsprintfW vswprintf
|
||||
#define snprintfW _snwprintf
|
||||
#define vsnprintfW _vsnwprintf
|
||||
#define isprintW iswprint
|
||||
|
||||
#ifndef WINE_UNICODE_API
|
||||
#define WINE_UNICODE_API __attribute__((dllimport))
|
||||
|
|
Loading…
Reference in a new issue