You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
731 B
29 lines
731 B
// logui.h : main header file for LOGUI.DLL
|
|
|
|
#if !defined( __AFXCTL_H__ )
|
|
#error include 'afxctl.h' before including this file
|
|
#endif
|
|
|
|
#define _COMIMPORT
|
|
|
|
#include "resource.h" // main symbols
|
|
#include <common.h> // common properties symbols
|
|
#include "helpmap.h" // main symbols
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CLoguiApp : See logui.cpp for implementation.
|
|
|
|
class CLoguiApp : public COleControlModule
|
|
{
|
|
public:
|
|
BOOL InitInstance();
|
|
int ExitInstance();
|
|
void PrepHelp( OLECHAR* pocMetabasePath );
|
|
};
|
|
|
|
extern const GUID CDECL _tlid;
|
|
extern const WORD _wVerMajor;
|
|
extern const WORD _wVerMinor;
|
|
|
|
|
|
// ..\wrapmb\obj\*\wrapmb.lib \
|