projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3203621
)
SQLINTEGER typedef
author
Julian Smart
<julian@anthemion.co.uk>
Sat, 16 Apr 2005 10:03:30 +0000
(10:03 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Sat, 16 Apr 2005 10:03:30 +0000
(10:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33650
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/isql.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/isql.h
b/include/wx/isql.h
index a86d193f00fdd36538e38f39480a9e26e7ea92ce..e36c7cf679ea0300f8bd86579346ffaefccb1afe 100644
(file)
--- a/
include/wx/isql.h
+++ b/
include/wx/isql.h
@@
-60,6
+60,7
@@
typedef long int SDWORD;
typedef short int SWORD;
typedef unsigned long int UDWORD;
typedef unsigned short int UWORD;
+typedef long SQLINTEGER;
typedef void FAR *PTR;
typedef void FAR *HENV;