home *** CD-ROM | disk | FTP | other *** search
- // JpegLib.cpp : Defines the initialization routines for the DLL.
- //
-
- #include "jinclude.h"
- #include "JPLibApp.h"
-
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // CJpegLibApp
-
- BEGIN_MESSAGE_MAP(CJpegLibApp, CWinApp)
- //{{AFX_MSG_MAP(CJpegLibApp)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- // DO NOT EDIT what you see in these blocks of generated code!
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
- /////////////////////////////////////////////////////////////////////////////
- // CJpegLibApp construction
-
- CJpegLibApp::CJpegLibApp()
- {
- }
-
- /////////////////////////////////////////////////////////////////////////////
- // The one and only CJpegLibApp object
-
- CJpegLibApp theApp;
-