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
99476374
Commit
99476374
authored
Nov 27, 2023
by
Alex Henrie
Committed by
Alexandre Julliard
Nov 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Annotate UXINI_LoadINI with __WINE_DEALLOC.
parent
fcddf194
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
msstyles.h
dlls/uxtheme/msstyles.h
+1
-1
No files found.
dlls/uxtheme/msstyles.h
View file @
99476374
...
...
@@ -113,8 +113,8 @@ HRESULT MSSTYLES_GetPropertyString(PTHEME_PROPERTY tp, LPWSTR pszBuff, int cchMa
HRESULT
MSSTYLES_GetPropertyRect
(
PTHEME_PROPERTY
tp
,
RECT
*
pRect
);
HRESULT
MSSTYLES_GetPropertyMargins
(
PTHEME_PROPERTY
tp
,
RECT
*
prc
,
MARGINS
*
pMargins
);
PUXINI_FILE
UXINI_LoadINI
(
HMODULE
hTheme
,
LPCWSTR
lpName
);
void
UXINI_CloseINI
(
PUXINI_FILE
uf
);
PUXINI_FILE
UXINI_LoadINI
(
HMODULE
hTheme
,
const
WCHAR
*
name
)
__WINE_DEALLOC
(
UXINI_CloseINI
);
LPCWSTR
UXINI_GetNextSection
(
PUXINI_FILE
uf
,
DWORD
*
dwLen
);
BOOL
UXINI_FindSection
(
PUXINI_FILE
uf
,
LPCWSTR
lpName
);
LPCWSTR
UXINI_GetNextValue
(
PUXINI_FILE
uf
,
DWORD
*
dwNameLen
,
LPCWSTR
*
lpValue
,
DWORD
*
dwValueLen
);
...
...
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