Subversion Repositories Vertical

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 9
Line 87... Line 87...
87
#define VERTICAL_INI_PATH "vertical.ini"
87
#define VERTICAL_INI_PATH "vertical.ini"
88
#define VERTICAL_PATH ".;$(HOME)/.caddata/vert_files"
88
#define VERTICAL_PATH ".;$(HOME)/.caddata/vert_files"
89
/* DLL creation declaration mode. not used on HP */
89
/* DLL creation declaration mode. not used on HP */
90
#if !defined __declspec
90
#if !defined __declspec
91
#define __declspec(x)
91
#define __declspec(x)
-
 
92
#define DLLIMPORT
-
 
93
#define DLLEXPORT
-
 
94
 
92
#endif
95
#endif
93
#endif
96
#endif
94
 
97
 
95
/* incomplete declarations to placate 'c' */
98
/* incomplete declarations to placate 'c' */
96
 
99