From 82bfe67b47a6f51242dec643334fb6b7e2cfaad6 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 29 Mar 2008 13:14:18 +0000 Subject: Fixed a compilation issue with r12446 (C can't handle non-constant initializers for static variables). Switched trunk's VS9 project files back to "Compile as C code" (topic:183217). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12448 54d463be-8e91-2dee-dedb-b68131a5f0ec --- vcproj-9/char-server_sql.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcproj-9/char-server_sql.vcproj') diff --git a/vcproj-9/char-server_sql.vcproj b/vcproj-9/char-server_sql.vcproj index b4d46301d..52ec7d7df 100644 --- a/vcproj-9/char-server_sql.vcproj +++ b/vcproj-9/char-server_sql.vcproj @@ -55,7 +55,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" />