iodbcunix.h (acaca342) iodbcunix.h (6e18eccd)
1/*
2 * iodbcunix.h
3 *
4 * $Id: iodbcunix.h,v 1.8 2009/08/30 10:48:32 source Exp $
5 *
6 * ODBC defines for Unix
7 *
8 * The iODBC driver manager.

--- 84 unchanged lines hidden (view full) ---

93 * Windows-style declarations
94 */
95#define NEAR
96#define FAR
97#define EXPORT
98#define PASCAL
99#define VOID void
100#define CALLBACK
1/*
2 * iodbcunix.h
3 *
4 * $Id: iodbcunix.h,v 1.8 2009/08/30 10:48:32 source Exp $
5 *
6 * ODBC defines for Unix
7 *
8 * The iODBC driver manager.

--- 84 unchanged lines hidden (view full) ---

93 * Windows-style declarations
94 */
95#define NEAR
96#define FAR
97#define EXPORT
98#define PASCAL
99#define VOID void
100#define CALLBACK
101#ifndef OS2
101#define _cdecl
102#define __stdcall
102#define _cdecl
103#define __stdcall
104#endif
103
104
105/*
106 * Boolean support
107 */
108#ifndef TRUE
109#define TRUE 1
110#endif

--- 50 unchanged lines hidden ---
105
106
107/*
108 * Boolean support
109 */
110#ifndef TRUE
111#define TRUE 1
112#endif

--- 50 unchanged lines hidden ---