Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c892c60a
Kaydet (Commit)
c892c60a
authored
Haz 09, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typos
Change-Id: Ic6cf922c9a4feb4b80ee376d269266b2fc24ae6d
üst
231791b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
sqltypes.h
external/unixODBC/inc/odbc/sqltypes.h
+5
-5
No files found.
external/unixODBC/inc/odbc/sqltypes.h
Dosyayı görüntüle @
c892c60a
...
...
@@ -27,13 +27,13 @@
#endif
/*
* if thi
sis set, then use a 4 byte unicode definition, insteead of the 2 bye that MS use
* if thi
s is set, then use a 4 byte unicode definition, instead of the 2 bytes that MS uses
*/
#ifdef SQL_WCHART_CONVERT
/*
* Use this if you want to use the C/C++ portable definition of a wide char, wchar_t
* Microsoft hardcoded a definition of
unsigned short which may not be compatible with
* Microsoft hardcoded a definition of unsigned short which may not be compatible with
* your platform specific wide char definition.
*/
#include <wchar.h>
...
...
@@ -145,7 +145,7 @@ typedef double SQLFLOAT;
/*
* Hopefully by now it should be safe to assume most drivers know about SQLLEN now
* and the defau
k
t is now sizeof( SQLLEN ) = 8 on 64 bit platforms
* and the defau
l
t is now sizeof( SQLLEN ) = 8 on 64 bit platforms
*
*/
...
...
@@ -157,7 +157,7 @@ typedef unsigned int SQLUINTEGER;
#define SQLULEN SQLUINTEGER
#define SQLSETPOSIROW SQLUSMALLINT
/*
* These are not supprted on 64bit ODBC according to MS, removed, so use at your peril
* These are not supp
o
rted on 64bit ODBC according to MS, removed, so use at your peril
*
typedef SQLULEN SQLROWCOUNT;
typedef SQLULEN SQLROWSETSIZE;
...
...
@@ -171,7 +171,7 @@ typedef long SQLLEN;
typedef
unsigned
long
SQLULEN
;
typedef
unsigned
long
SQLSETPOSIROW
;
/*
* These are not supprted on 64bit ODBC according to MS, removed, so use at your peril
* These are not supp
o
rted on 64bit ODBC according to MS, removed, so use at your peril
*
typedef SQLULEN SQLTRANSID;
typedef SQLULEN SQLROWCOUNT;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment