Commit 4b95124b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: compile correctly UAC.dll

parent eeaa3b9e
......@@ -136,7 +136,7 @@ if HAVE_WIN64
i686-w64-mingw32-g++ $^ -shared -o $@ -lole32
i686-w64-mingw32-strip $@
else
$(CXX) $^ -shared -o $@ -lole32
$(CXX) $^ -D_WIN32_IE=0x0601 -D__forceinline=inline -shared -o $@ -lole32
$(STRIP) $@
endif
......
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