]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed warnings about main used as a variable name
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Apr 2002 15:22:19 +0000 (15:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Apr 2002 15:22:19 +0000 (15:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/jpeg/jdmainct.c

index 13c956f5deb7da999d6d22c0bc25b81751b96815..1c88b075e97ea6d572ef86fed1d30e1753d36edc 100644 (file)
  * supplies the equivalent of the main buffer in that case.
  */
 
  * supplies the equivalent of the main buffer in that case.
  */
 
+/* suppress the warnings about using main for the variable names */
+#define main jpegMain
+
 #define JPEG_INTERNALS
 #include "jinclude.h"
 #include "jpeglib.h"
 
 #define JPEG_INTERNALS
 #include "jinclude.h"
 #include "jpeglib.h"
 
-
 /*
  * In the current system design, the main buffer need never be a full-image
  * buffer; any full-height buffers will be found inside the coefficient or
 /*
  * In the current system design, the main buffer need never be a full-image
  * buffer; any full-height buffers will be found inside the coefficient or