use ifdef guards for Windows pragmas
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#ifdef _WIN32
|
||||
#pragma comment(lib, "Shlwapi.lib")
|
||||
#pragma comment(lib, "opengl32.lib")
|
||||
#endif
|
||||
|
||||
#include "ResourceBuffer.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user