Remove msimg32 wrapper, link with msimg32.lib directly

And also remove dynamically loading Get/SetLayout from gdi32.
This commit is contained in:
Maarten Bent
2024-06-22 13:51:21 +02:00
parent 3b73b68736
commit 3eb4b9d34d
10 changed files with 15 additions and 313 deletions
+1
View File
@@ -242,6 +242,7 @@
#pragma comment(lib, "user32")
#pragma comment(lib, "gdi32")
#pragma comment(lib, "gdiplus")
#pragma comment(lib, "msimg32")
#pragma comment(lib, "comdlg32")
#pragma comment(lib, "winspool")
#pragma comment(lib, "winmm")