Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 310923
Collapse All | Expand All

(-)wxPython-src-2.6.4.0/include/wx/db.h (-9 lines)
Lines 134-148 enum enumDummy {enumDum1}; Link Here
134
    #endif
134
    #endif
135
#endif
135
#endif
136
136
137
#ifndef _WIN64
138
#ifndef SQLLEN
139
#define SQLLEN SQLINTEGER
140
#endif
141
#ifndef SQLULEN
142
#define SQLULEN SQLUINTEGER
143
#endif
144
#endif
145
146
const int wxDB_PATH_MAX                 = 254;
137
const int wxDB_PATH_MAX                 = 254;
147
138
148
extern WXDLLIMPEXP_DATA_ODBC(wxChar const *) SQL_LOG_FILENAME;
139
extern WXDLLIMPEXP_DATA_ODBC(wxChar const *) SQL_LOG_FILENAME;

Return to bug 310923