fix build

svn path=/trunk/; revision=38485
This commit is contained in:
Christoph von Wittich 2008-12-31 11:53:35 +00:00
parent 66af77a707
commit abdee726bc
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -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))