From 11eca08feaf0c8befab76445197b01af74b3c27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 25 Apr 2007 13:32:15 +0000 Subject: [PATCH] INTEGRATION: CWS sixtyfour11 (1.38.180); FILE MERGED 2007/02/23 14:47:49 kendy 1.38.180.1: #i74814# Fix dbase files on 64bit. --- connectivity/source/inc/dbase/DTable.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index c3fd2ad771bc..088ebdad201c 100644 --- a/connectivity/source/inc/dbase/DTable.hxx +++ b/connectivity/source/inc/dbase/DTable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: DTable.hxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: vg $ $Date: 2006-03-16 12:17:23 $ + * last change: $Author: rt $ $Date: 2007-04-25 14:32:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,7 @@ namespace connectivity struct DBFColumn { /* Feldbezeichner */ BYTE db_fnm[11]; /* Feldname */ BYTE db_typ; /* Feldtyp */ - ULONG db_adr; /* Feldadresse */ + UINT32 db_adr; /* Feldadresse */ BYTE db_flng; /* Feldlaenge */ BYTE db_dez; /* Dezimalstellen fuer N */ BYTE db_frei2[14]; /* reserviert */