#ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (UG)
1999-02-04 16:28:06 +00:00
parent ea6f44b5ec
commit 9ef4a31e64

View File

@@ -99,7 +99,7 @@ public:
// wxJPEGHandler
//-----------------------------------------------------------------------------
#ifdef wxUSE_LIBJPEG
#if wxUSE_LIBJPEG
class WXDLLEXPORT wxJPEGHandler: public wxImageHandler
{
DECLARE_DYNAMIC_CLASS(wxJPEGHandler)