Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jason Beetham
wine
Commits
e03fe5a4
Commit
e03fe5a4
authored
24 years ago
by
Patrik Stridvall
Committed by
Alexandre Julliard
24 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
fcd35215
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/crtdll/crtdll_main.c
+1
-1
1 addition, 1 deletion
dlls/crtdll/crtdll_main.c
dlls/shell32/shellpath.c
+3
-1
3 additions, 1 deletion
dlls/shell32/shellpath.c
with
4 additions
and
2 deletions
dlls/crtdll/crtdll_main.c
+
1
−
1
View file @
e03fe5a4
...
...
@@ -940,7 +940,7 @@ INT __cdecl CRTDLL_vsprintf( LPSTR buffer, LPCSTR spec, va_list args )
}
/*********************************************************************
* _vsprintf (CRTDLL.@)
* _vs
n
printf (CRTDLL.@)
*/
INT
__cdecl
CRTDLL__vsnprintf
(
LPSTR
buffer
,
DWORD
size
,
LPCSTR
spec
,
va_list
args
)
{
...
...
This diff is collapsed.
Click to expand it.
dlls/shell32/shellpath.c
+
3
−
1
View file @
e03fe5a4
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment