Skip to content

Commit

Permalink
2.35.03
Browse files Browse the repository at this point in the history
  • Loading branch information
nidud committed Aug 20, 2024
1 parent dca011b commit 7f012de
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 308 deletions.
8 changes: 4 additions & 4 deletions include/commctrl.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5088,7 +5088,7 @@ TVINSERTSTRUCTA STRUC
hParent HTREEITEM ?
hInsertAfter HTREEITEM ?
if (_WIN32_IE GE 0x0400)
UNION ;DUMMYUNIONNAME
UNION
itemex TVITEMEXA <>
item TV_ITEMA <>
ENDS
Expand All @@ -5102,7 +5102,7 @@ TVINSERTSTRUCTW STRUC
hParent HTREEITEM ?
hInsertAfter HTREEITEM ?
if (_WIN32_IE GE 0x0400)
UNION ;DUMMYUNIONNAME
UNION
itemex TVITEMEXW <>
item TV_ITEMW <>
ENDS
Expand Down Expand Up @@ -7505,7 +7505,7 @@ hInstance HINSTANCE ?
dwFlags TASKDIALOG_FLAGS ?
dwCommonButtons TASKDIALOG_COMMON_BUTTON_FLAGS ?
pszWindowTitle PCWSTR ?
UNION ;DUMMYUNIONNAME
UNION
hMainIcon HICON ?
pszMainIcon PCWSTR ?
ENDS
Expand All @@ -7521,7 +7521,7 @@ pszVerificationText PCWSTR ?
pszExpandedInformation PCWSTR ?
pszExpandedControlText PCWSTR ?
pszCollapsedControlText PCWSTR ?
UNION ;DUMMYUNIONNAME2
UNION
hFooterIcon HICON ?
pszFooterIcon PCWSTR ?
ENDS
Expand Down
4 changes: 2 additions & 2 deletions include/evntrace.inc
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,10 @@ LogFileName LPSTR ?
LoggerName LPSTR ?
CurrentTime LONGLONG ?
BuffersRead ULONG ?
UNION ; {
UNION
LogFileMode ULONG ?
ProcessTraceMode ULONG ?
ENDS ;DUMMYUNIONNAME
ENDS
CurrentEvent EVENT_TRACE <>
LogfileHeader TRACE_LOGFILE_HEADER <>
BufferCallback PEVENT_TRACE_BUFFER_CALLBACKA ?
Expand Down
Loading

0 comments on commit 7f012de

Please sign in to comment.