[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.12,1.13

Travis Howell kirben at users.sourceforge.net
Thu Jul 31 22:46:09 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv2298/common

Modified Files:
	stdafx.h 
Log Message:

Ooops


Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- stdafx.h	1 Aug 2003 05:41:07 -0000	1.12
+++ stdafx.h	1 Aug 2003 05:44:18 -0000	1.13
@@ -35,7 +35,7 @@
 
 #elif defined(WIN32)
 
-#if _MSC_VER
+#ifdef _MSC_VER
 #pragma once
 #pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
 #pragma warning( disable : 4244 ) // turn off "conversion type" warning





More information about the Scummvm-git-logs mailing list