]> git.saurik.com Git - wxWidgets.git/commitdiff
#ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG
authorUnknown (UG) <nobody@localhost>
Thu, 4 Feb 1999 16:28:06 +0000 (16:28 +0000)
committerUnknown (UG) <nobody@localhost>
Thu, 4 Feb 1999 16:28:06 +0000 (16:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/image.h

index 325c7a9a53c6a6f6fcee2c33c31b46db6ef7e791..1962bd3f87a31b0100608c8a72424871413efe5f 100644 (file)
@@ -99,7 +99,7 @@ public:
 // wxJPEGHandler
 //-----------------------------------------------------------------------------
 
-#ifdef wxUSE_LIBJPEG
+#if wxUSE_LIBJPEG
 class WXDLLEXPORT wxJPEGHandler: public wxImageHandler
 {
   DECLARE_DYNAMIC_CLASS(wxJPEGHandler)