home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / jplibapp.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  859 b   |  34 lines

  1. // JpegLib.cpp : Defines the initialization routines for the DLL.
  2. //
  3.  
  4. #include "jinclude.h"
  5. #include "JPLibApp.h"
  6.  
  7. #ifdef _DEBUG
  8. #define new DEBUG_NEW
  9. #undef THIS_FILE
  10. static char THIS_FILE[] = __FILE__;
  11. #endif
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CJpegLibApp
  15.  
  16. BEGIN_MESSAGE_MAP(CJpegLibApp, CWinApp)
  17.     //{{AFX_MSG_MAP(CJpegLibApp)
  18.         // NOTE - the ClassWizard will add and remove mapping macros here.
  19.         //    DO NOT EDIT what you see in these blocks of generated code!
  20.     //}}AFX_MSG_MAP
  21. END_MESSAGE_MAP()
  22.  
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CJpegLibApp construction
  25.  
  26. CJpegLibApp::CJpegLibApp()
  27. {
  28. }
  29.  
  30. /////////////////////////////////////////////////////////////////////////////
  31. // The one and only CJpegLibApp object
  32.  
  33. CJpegLibApp theApp;
  34.