Fixed some issues found by winapi_check.

This commit is contained in:
Patrik Stridvall 2000-07-15 21:32:26 +00:00 committed by Alexandre Julliard
parent fcd352152f
commit e03fe5a420
2 changed files with 4 additions and 2 deletions

View File

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

View File

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