Fixed some issues found by winapi_check.
This commit is contained in:
parent
fcd352152f
commit
e03fe5a420
|
@ -940,7 +940,7 @@ INT __cdecl CRTDLL_vsprintf( LPSTR buffer, LPCSTR spec, va_list args )
|
|||
}
|
||||
|
||||
/*********************************************************************
|
||||
* _vsprintf (CRTDLL.@)
|
||||
* _vsnprintf (CRTDLL.@)
|
||||
*/
|
||||
INT __cdecl CRTDLL__vsnprintf(LPSTR buffer,DWORD size,LPCSTR spec,va_list args )
|
||||
{
|
||||
|
|
|
@ -1945,8 +1945,10 @@ BOOL WINAPI PathSetDlgItemPathAW(HWND hDlg, int id, LPCVOID pszPath)
|
|||
|
||||
static char * szSHFolders = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders";
|
||||
static char * szSHUserFolders = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders";
|
||||
#if 0
|
||||
static char * szEnvUserProfile = "%USERPROFILE%";
|
||||
static char * szEnvSystemRoot = "%SYSTEMROOT%";
|
||||
#endif
|
||||
|
||||
BOOL WINAPI SHGetSpecialFolderPathA (
|
||||
HWND hwndOwner,
|
||||
|
@ -2533,7 +2535,7 @@ UINT WINAPI PathGetCharTypeW(WCHAR ch)
|
|||
}
|
||||
|
||||
/*************************************************************************
|
||||
*
|
||||
* PathMakeSystemFolderA
|
||||
*/
|
||||
BOOL WINAPI PathMakeSystemFolderA(LPCSTR pszPath)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue