mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix warnings.
svn path=/trunk/; revision=31911
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include "shlwapi.h"
|
||||
#include "shlobj.h"
|
||||
#include "shresdef.h"
|
||||
#include "pidl.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
#include "shell32_main.h"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user