Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
b6efcef7
Commit
b6efcef7
authored
Nov 19, 2013
by
Nikolay Sivov
Committed by
Alexandre Julliard
Nov 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Cache typeinfo instances.
parent
6a512d0d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
126 additions
and
69 deletions
+126
-69
shell32_main.c
dlls/shell32/shell32_main.c
+1
-0
shell32_main.h
dlls/shell32/shell32_main.h
+2
-0
shelldispatch.c
dlls/shell32/shelldispatch.c
+123
-69
No files found.
dlls/shell32/shell32_main.c
View file @
b6efcef7
...
...
@@ -1279,6 +1279,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
if
(
fImpLoad
)
break
;
SIC_Destroy
();
FreeChangeNotifications
();
release_typelib
();
break
;
}
return
TRUE
;
...
...
dlls/shell32/shell32_main.h
View file @
b6efcef7
...
...
@@ -231,4 +231,6 @@ BOOL AddToEnumList(IEnumIDListImpl *list, LPITEMIDLIST pidl) DECLSPEC_HIDDEN;
*/
BOOL
CreateFolderEnumList
(
IEnumIDListImpl
*
list
,
LPCWSTR
lpszPath
,
DWORD
dwFlags
)
DECLSPEC_HIDDEN
;
void
release_typelib
(
void
)
DECLSPEC_HIDDEN
;
#endif
dlls/shell32/shelldispatch.c
View file @
b6efcef7
This diff is collapsed.
Click to expand it.
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