Commit e550eab7 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msiexec: Improve 64bit compatibility.

parent e4438fe1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment