Fix various warnings (both implicit conversions and real bugs).

This was SVN commit r3110.
This commit is contained in:
prefect
2005-11-06 17:58:47 +00:00
parent a450f59455
commit 78f9dbb6f1
5 changed files with 16 additions and 13 deletions
+2
View File
@@ -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"