24#include "./sybfront.h"
26static const char rcsid_sqlfront_h[] =
"$Id: sqlfront.h,v 1.10 2011-07-13 11:06:31 freddy77 Exp $";
27static const void *
const no_unused_sqlfront_h_warn[] = { rcsid_sqlfront_h, no_unused_sqlfront_h_warn };
29typedef DBPROCESS * PDBPROCESS;
31typedef DBCURSOR * PDBCURSOR;
35#if !defined(PHP_MSSQL_H) || !defined(PHP_MSSQL_API)
39typedef const char * LPCSTR;
41typedef const LPINT LPCINT;
42#ifndef _LPCBYTE_DEFINED
43#define _LPCBYTE_DEFINED
44typedef const BYTE * LPCBYTE;
46typedef USHORT * LPUSHORT;
47typedef const LPUSHORT LPCUSHORT;
48typedef DBINT * LPDBINT;
49typedef const LPDBINT LPCDBINT;
50typedef DBBINARY * LPDBBINARY;
51typedef const LPDBBINARY LPCDBBINARY;
52typedef DBDATEREC * LPDBDATEREC;
53typedef const LPDBDATEREC LPCDBDATEREC;
55typedef const LPDBDATETIME LPCDBDATETIME;
Definition bsqlodbc.c:100