Commit 7dfeacd5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: compile correctly UAC.dll

(cherry picked from commit 4b95124b5f832861294c18c4e3cfb377d6f72636)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d9ad3782
......@@ -140,7 +140,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