Commented out the #define USE_DEPRECATED_API.

This commit is contained in:
Robert Osfield
2002-08-14 09:30:02 +00:00
parent a0be239f12
commit 60b73bcb7b

View File

@@ -8,7 +8,7 @@
// define used to include in API which is being fazed out
// if you can compile your apps with this turned off you are
// well placed for compatablity with future versions.
#define USE_DEPRECATED_API
// #define USE_DEPRECATED_API
#if defined(_MSC_VER)
#pragma warning( disable : 4244 )