summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2006-02-02 17:27:28 +0000
committerpixel <pixel>2006-02-02 17:27:28 +0000
commit20c5645237551095ae6b7b4dc8720b9262e74c8e (patch)
tree93afc4d27bee54262c6dda5ba8158900b9d45eee /include
parent08b9df0614f05c24aaaa08aac339a2eb13a9ee85 (diff)
Typo...
Diffstat (limited to 'include')
-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)