summaryrefslogtreecommitdiff
path: root/store/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-28 09:31:30 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-28 09:31:30 +0000
commitd969877f984c85cef33f0ed26f6032909da8f007 (patch)
tree70cf7c90a00a27a95c83ad5897cd0ebec24936a3 /store/inc
parentd0f04650e46ea80a7195d74435085d2bac89f1f4 (diff)
INTEGRATION: CWS sixtyfour01 (1.6.14); FILE MERGED
2006/01/14 12:48:32 pjanik 1.6.14.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).
Diffstat (limited to 'store/inc')
-rw-r--r--store/inc/store/types.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/store/inc/store/types.h b/store/inc/store/types.h
index 5daf7e2ccd46..d5098be12019 100644
--- a/store/inc/store/types.h
+++ b/store/inc/store/types.h
@@ -4,9 +4,9 @@
*
* $RCSfile: types.h,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:40:21 $
+ * last change: $Author: kz $ $Date: 2006-02-28 10:31:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,7 @@
************************************************************************/
#ifndef _STORE_TYPES_H_
-#define _STORE_TYPES_H_ "$Revision: 1.6 $"
+#define _STORE_TYPES_H_ "$Revision: 1.7 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
@@ -71,9 +71,9 @@ extern "C" {
/** Attributes (predefined).
@see store_attrib()
*/
-#define STORE_ATTRIB_ISLINK 0x10000000UL
-#define STORE_ATTRIB_ISDIR 0x20000000UL
-#define STORE_ATTRIB_ISFILE 0x40000000UL
+#define STORE_ATTRIB_ISLINK ((sal_uInt32)0x10000000)
+#define STORE_ATTRIB_ISDIR ((sal_uInt32)0x20000000)
+#define STORE_ATTRIB_ISFILE ((sal_uInt32)0x40000000)
/** Access Mode enumeration.