Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
2ca9f2c5
Commit
2ca9f2c5
authored
Jan 11, 2009
by
Stefan Leichter
Committed by
Alexandre Julliard
Jan 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Rename ordinal 525 to SHFlushSFCache.
parent
75ac489e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shellord.c
dlls/shell32/shellord.c
+2
-3
No files found.
dlls/shell32/shell32.spec
View file @
2ca9f2c5
...
...
@@ -231,7 +231,7 @@
523 stdcall -noname SHFreeShared(long long)
524 stdcall -noname RealDriveType(long long)
525 stub RealDriveTypeFlags
526 stdcall
@() SHELL32_526
526 stdcall
SHFlushSFCache()
640 stdcall -noname NTSHChangeNotifyRegister(long long long long long long)
641 stdcall -noname NTSHChangeNotifyDeregister(long)
...
...
dlls/shell32/shellord.c
View file @
2ca9f2c5
...
...
@@ -1994,10 +1994,9 @@ BOOL WINAPI LinkWindow_UnregisterClass(void)
}
/*************************************************************************
*
(SHELL32.526)
*
SHFlushSFCache
(SHELL32.526)
*/
BOOL
WINAPI
SHELL32_526
(
void
)
void
WINAPI
SHFlushSFCache
(
void
)
{
FIXME
(
"()
\n
"
);
return
FALSE
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment