aboutsummaryrefslogtreecommitdiff
path: root/scummsys.h
diff options
context:
space:
mode:
authorLudvig Strigeus2001-11-05 19:21:49 +0000
committerLudvig Strigeus2001-11-05 19:21:49 +0000
commite5aca15a0b50a05f5dfcbb42fe0d3e771b36ffa3 (patch)
tree56763f74cbefb6091d6d76d1d3dca234acca2eeb /scummsys.h
parentcd6443a8e571bdabfd3add2d105c97db704fe31d (diff)
downloadscummvm-rg350-e5aca15a0b50a05f5dfcbb42fe0d3e771b36ffa3.tar.gz
scummvm-rg350-e5aca15a0b50a05f5dfcbb42fe0d3e771b36ffa3.tar.bz2
scummvm-rg350-e5aca15a0b50a05f5dfcbb42fe0d3e771b36ffa3.zip
bug fixes,
speech in dott svn-id: r3454
Diffstat (limited to 'scummsys.h')
-rw-r--r--scummsys.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/scummsys.h b/scummsys.h
index b4a07906a5..b46ff58c4a 100644
--- a/scummsys.h
+++ b/scummsys.h
@@ -17,9 +17,9 @@
*
* Change Log:
* $Log$
- * Revision 1.6 2001/11/03 06:33:29 cmatsuoka
- * Protecting VC++-specific pragmas with ifdef _MSC_VER to allow
- * a clean Cygwin build.
+ * Revision 1.7 2001/11/05 19:21:49 strigeus
+ * bug fixes,
+ * speech in dott
*
* Revision 1.5 2001/10/23 19:51:50 strigeus
* recompile not needed when switching games
@@ -43,11 +43,8 @@
#if defined(WIN32)
-/* Pragmas are VC++-specific */
-#if defined(_MSC_VER)
#pragma warning (disable: 4244)
#pragma warning (disable: 4101)
-#endif
#define scumm_stricmp stricmp