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
9db0e072
Commit
9db0e072
authored
Dec 22, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Dec 22, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a lot of fixed length buffers.
parent
ae8682f2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
action.c
dlls/msi/action.c
+0
-0
msipriv.h
dlls/msi/msipriv.h
+2
-0
package.c
dlls/msi/package.c
+2
-0
No files found.
dlls/msi/action.c
View file @
9db0e072
This diff is collapsed.
Click to expand it.
dlls/msi/msipriv.h
View file @
9db0e072
...
...
@@ -194,6 +194,8 @@ typedef struct tagMSIPACKAGE
UINT
loaded_components
;
struct
tagMSIFILE
*
files
;
UINT
loaded_files
;
LPWSTR
ActionFormat
;
LPWSTR
LastAction
;
}
MSIPACKAGE
;
#define MSIHANDLETYPE_ANY 0
...
...
dlls/msi/package.c
View file @
9db0e072
...
...
@@ -416,6 +416,8 @@ UINT MSI_OpenPackageW(LPCWSTR szPackage, MSIPACKAGE **pPackage)
package
->
loaded_folders
=
0
;
package
->
loaded_components
=
0
;
package
->
loaded_files
=
0
;
package
->
ActionFormat
=
NULL
;
package
->
LastAction
=
NULL
;
/* OK, here is where we do a slew of things to the database to
* prep for all that is to come as a package */
...
...
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