summaryrefslogtreecommitdiff
path: root/sal/osl/w32/security.c
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2000-11-22 12:55:37 +0000
committerTino Rachui <tra@openoffice.org>2000-11-22 12:55:37 +0000
commit6dd45639a4b2693e68bc1abbb22055b7b301a1c3 (patch)
tree4c0456d3994cee364a144f2128900a70aa02d774 /sal/osl/w32/security.c
parent5493e93204328c837131f71bbafd730cb8e95f7e (diff)
*** empty log message ***
Diffstat (limited to 'sal/osl/w32/security.c')
-rw-r--r--sal/osl/w32/security.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sal/osl/w32/security.c b/sal/osl/w32/security.c
index cf59f05fad80..8a2fa4279d4b 100644
--- a/sal/osl/w32/security.c
+++ b/sal/osl/w32/security.c
@@ -2,9 +2,9 @@
*
* $RCSfile: security.c,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: martin.maher $ $Date: 2000-09-29 14:32:59 $
+ * last change: $Author: tra $ $Date: 2000-11-22 13:53:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,7 @@
#include "dirW9X.h"
#include "secimpl.h"
+#include <systools/win32/kernel9x.h>
/*****************************************************************************/
@@ -770,7 +771,7 @@ static sal_Bool GetSpecialFolder(rtl_uString **strPath, int nFolder)
{
/* if directory does not exist, create it */
if (_waccess(PathW, 0) < 0)
- lpfnCreateDirectory(PathW, NULL);
+ CreateDirectoryW(PathW, NULL);
rtl_uString_newFromStr( strPath, PathW);
bRet = sal_True;