-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathMapWinGIS.h
More file actions
36 lines (29 loc) · 915 Bytes
/
MapWinGIS.h
File metadata and controls
36 lines (29 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// MapWinGIS.h : main header file for MAPWINGIS.DLL
#pragma once
#if !defined( __AFXCTL_H__ )
#error include 'afxctl.h' before including this file
#endif
#include "resource.h"
#include "errorcodes.h"
#include "MapWinGIS_i.h"
#include "GlobalClassFactory.h"
#define VERSION_MAJOR 5
#define VERSION_MINOR 4
extern const GUID CDECL _tlid;
extern const WORD _wVerMajor;
extern const WORD _wVerMinor;
HINSTANCE GetModuleInstance();
// **********************************************************
// CMapWinGISApp class
// **********************************************************
class CMapWinGISApp : public COleControlModule
{
public:
BOOL InitInstance();
int ExitInstance();
private:
BOOL InitATL();
};
extern GlobalClassFactory m_factory;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.