forked from mirrors/0ad
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