openModeller  Version 1.5.0
Global.h
Go to the documentation of this file.
1 #ifndef __GLOBAL_H__
2 #define __GLOBAL_H__
3 
4 // ===================================================================
5 // compilation fags
6 // ===================================================================
7 // link ESRI GRIDIO library to code
8 #define __GRIDIO
9 
10 // windows (GARPWIN)
11 #define __GARPWIN
12 
13 // ===================================================================
14 
15 #endif