Skip to content
Snippets Groups Projects
Commit e550eab7 authored by Michael McCormack's avatar Michael McCormack Committed by Alexandre Julliard
Browse files

msiexec: Improve 64bit compatibility.

parent e4438fe1
No related branches found
No related tags found
No related merge requests found
......@@ -453,7 +453,7 @@ int main(int argc, char **argv)
DWORD RepairMode = 0;
DWORD AdvertiseMode = 0;
DWORD_PTR AdvertiseMode = 0;
struct string_list *transform_list = NULL;
LANGID Language = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment