[egenix-users] Cygwin compile problem in commercial 2.0.6
Steve Holden
sholden at holdenweb.com
Mon Nov 17 10:42:38 CET 2003
[mal]
>
> Could you cut&paste the top of sqltypes.h ? It seems that
> Cygwin has messed up some of these header files...
>
$ head -24 /usr/include/w32api/sqltypes.h
#ifndef _SQLTYPES_H
#define _SQLTYPES_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define SQL_API __stdcall
#ifndef RC_INVOKED
#define __need_wchar_t
#include <stddef.h>
typedef signed char SCHAR;
typedef long SDWORD;
typedef short SWORD;
typedef ULONG UDWORD;
typedef USHORT UWORD;
typedef signed long SLONG;
typedef signed short SSHORT;
typedef double SDOUBLE;
typedef double LDOUBLE;
typedef float SFLOAT;
typedef PVOID PTR;
Is this enough?
regards
--
Steve Holden +1 703 278 8281 http://www.holdenweb.com/
Improve the Internet http://vancouver-webpages.com/CacheNow/
Python Web Programming http://pydish.holdenweb.com/pwp/
Interview with GvR August 14, 2003 http://www.onlamp.com/python/
More information about the egenix-users
mailing list