#pragma once

// MyOcx.h : MyOcx.DLL のメイン ヘッダー ファイル

#if !defined( __AFXCTL_H__ )
#error このファイルを含む前に、'afxctl.h' を含めてください。
#endif

#include "resource.h"       // メイン シンボル


// CMyOcxApp : 実装に関しては MyOcx.cpp を参照してください。

class CMyOcxApp : public COleControlModule
{
public:
	BOOL InitInstance();
	int ExitInstance();
};

extern const GUID CDECL _tlid;
extern const WORD _wVerMajor;
extern const WORD _wVerMinor;


