Skip to content

Commit 25aa872

Browse files
committed
Add gdiplus.lib dependency
1 parent 97a3135 commit 25aa872

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Source/KNSoft.MakeLifeEasier/MakeLifeEasier.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ typedef _Return_type_success_(return == ERROR_SUCCESS) ULONG W32ERROR;
110110
#pragma comment(lib, "DbgHelp.lib")
111111
#pragma comment(lib, "WinSta.lib")
112112
#pragma comment(lib, "Secur32.lib")
113+
114+
#ifdef __cplusplus
115+
#pragma comment(lib, "gdiplus.lib")
116+
#endif

0 commit comments

Comments
 (0)