mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 05:52:15 +00:00
Fix various warnings (both implicit conversions and real bugs).
This was SVN commit r3110.
This commit is contained in:
@@ -11,11 +11,13 @@
|
||||
#include "lib/res/res.h"
|
||||
|
||||
|
||||
#if OS_WIN
|
||||
#ifdef NDEBUG
|
||||
# pragma comment (lib, "js32.lib")
|
||||
#else
|
||||
# pragma comment (lib, "js32d.lib")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LOG_CATEGORY "scriptinghost"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user