- Fix warnings.

svn path=/trunk/; revision=31911
This commit is contained in:
Aleksey Bragin
2008-01-20 21:33:56 +00:00
parent 0d639bb4b8
commit dcc20b8f3c
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@
#include "shlwapi.h"
#include "shlobj.h"
#include "shresdef.h"
#include "pidl.h"
#include "wine/debug.h"
#include "shell32_main.h"
+2
View File
@@ -52,6 +52,8 @@
#endif
#endif /* defined __VALIST */
int __cdecl _wtoi (const wchar_t *);
long __cdecl _wtol (const wchar_t *);
int __cdecl swprintf (wchar_t*, const wchar_t*, ...);
int __cdecl _snwprintf (wchar_t*, size_t, const wchar_t*, ...);
int __cdecl _vsnwprintf (wchar_t*, size_t, const wchar_t*, __VALIST);