summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/generic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/generic.h b/include/generic.h
index 08af5f1..1633617 100644
--- a/include/generic.h
+++ b/include/generic.h
@@ -17,12 +17,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: generic.h,v 1.36 2006-02-02 14:09:48 pixel Exp $ */
+/* $Id: generic.h,v 1.37 2006-02-02 17:27:28 pixel Exp $ */
#ifndef __GENERIC_H__
#define __GENERIC_H__
-#ifdef _WIN32
+#ifdef _MSC_VER
// 4996 = 'foobar' was declared deprecated.
// 4244, 4267 = 'foobar': conversion from 'foo' to 'bar', possible loss of data.
#pragma warning(disable:4996 4244 4267)