summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:04:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:04:22 +0000
commit75b19afac92f896df472327233892c42d83c1fb2 (patch)
tree91df157ef76e29cc1d53b4cae3642314eea1cbff /store
parentd155b9e60a9c2d2e04dcf571b859e63ead627067 (diff)
INTEGRATION: CWS os2port02 (1.4.58); FILE MERGED
2007/09/30 12:03:06 ydario 1.4.58.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'store')
-rw-r--r--store/source/fileos2.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/store/source/fileos2.hxx b/store/source/fileos2.hxx
index 8e74054a30d3..c82290c4dbe4 100644
--- a/store/source/fileos2.hxx
+++ b/store/source/fileos2.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fileos2.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:41:12 $
+ * last change: $Author: hr $ $Date: 2007-11-02 13:04:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,9 +38,7 @@
#define INCL_DOS
#define INCL_DOSERRORS
-#include <os2def.h>
-#include <bsedos.h>
-#include <bseerr.h>
+#include <os2.h>
typedef HFILE HSTORE;
@@ -152,7 +150,7 @@ inline storeError __store_fopen (
// Create file handle.
APIRET result = ::DosOpen (
- pszName,
+ (PSZ)pszName,
&rhFile,
&nDoneAction,
0L,