NT4/private/wangview/norway/thumbctl/thumnail.h

22 lines
503 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// thumbapp.h : main header file for THUMB.DLL
#if !defined( __AFXCTL_H__ )
#error include 'afxctl.h' before including this file
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CThumbApp : See thumb.cpp for implementation.
class CThumbApp : public COleControlModule
{
public:
BOOL InitInstance();
int ExitInstance();
};
extern const GUID CDECL _tlid;
extern const WORD _wVerMajor;
extern const WORD _wVerMinor;