We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gdiplus.lib
1 parent 97a3135 commit 25aa872Copy full SHA for 25aa872
1 file changed
Source/KNSoft.MakeLifeEasier/MakeLifeEasier.h
@@ -110,3 +110,7 @@ typedef _Return_type_success_(return == ERROR_SUCCESS) ULONG W32ERROR;
110
#pragma comment(lib, "DbgHelp.lib")
111
#pragma comment(lib, "WinSta.lib")
112
#pragma comment(lib, "Secur32.lib")
113
+
114
+#ifdef __cplusplus
115
+#pragma comment(lib, "gdiplus.lib")
116
+#endif
0 commit comments