summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2002-08-14 14:38:20 +0000
committerHennes Rohling <hro@openoffice.org>2002-08-14 14:38:20 +0000
commit8f04b36e74ad7712ce35a615095fde0413e361b4 (patch)
tree0bea5de775b3118670cff708b22a5a0eb8258a24
parente061d914e793a107496b69fdd6d1c417bc0ebe37 (diff)
#91296# UWINAPI and UNICOWS used
-rw-r--r--fpicker/source/win32/misc/WinImplHelper.cxx6
-rw-r--r--fpicker/util/makefile.mk21
2 files changed, 12 insertions, 15 deletions
diff --git a/fpicker/source/win32/misc/WinImplHelper.cxx b/fpicker/source/win32/misc/WinImplHelper.cxx
index 01ebb1667f97..54db5d78bfcf 100644
--- a/fpicker/source/win32/misc/WinImplHelper.cxx
+++ b/fpicker/source/win32/misc/WinImplHelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WinImplHelper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tra $ $Date: 2002-03-21 07:41:31 $
+ * last change: $Author: hro $ $Date: 2002-08-14 15:38:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,8 +83,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#endif
-#include <systools/win32/user9x.h>
-
//------------------------------------------------------------
// namespace directives
//------------------------------------------------------------
diff --git a/fpicker/util/makefile.mk b/fpicker/util/makefile.mk
index f93701931ca8..7e134b8b3585 100644
--- a/fpicker/util/makefile.mk
+++ b/fpicker/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: tra $ $Date: 2001-06-28 11:07:32 $
+# last change: $Author: hro $ $Date: 2002-08-14 15:35:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,11 +84,13 @@ SHL1STDLIBS=$(CPPULIB)\
$(SALLIB)\
$(VCLLIB)\
$(TOOLSLIB)\
+ uwinapi.lib \
+ unicows.lib \
+ advapi32.lib \
shell32.lib\
ole32.lib\
gdi32.lib\
oleaut32.lib\
- tools32.lib\
comdlg32.lib\
kernel32.lib\
comsupp.lib\
@@ -98,11 +100,7 @@ SHL1DEPN=
SHL1IMPLIB=i$(SHL1TARGET)
SHL1LIBS=$(SLB)$/fps.lib\
- $(SLB)$/utils.lib\
- $(SOLARLIBDIR)$/shell9x.lib\
- $(SOLARLIBDIR)$/user9x.lib\
- $(SOLARLIBDIR)$/kernel9x.lib\
- $(SOLARLIBDIR)$/comdlg9x.lib
+ $(SLB)$/utils.lib
SHL1OBJS=$(SLOFILES)
@@ -121,6 +119,9 @@ SHL2STDLIBS=$(CPPULIB)\
$(SALLIB)\
$(TOOLSLIB)\
$(VCLLIB)\
+ uwinapi.lib \
+ unicows.lib \
+ advapi32.lib \
ole32.lib\
gdi32.lib\
shell32.lib\
@@ -132,9 +133,7 @@ SHL2IMPLIB=i$(SHL2TARGET)
SHL2LIBS=\
$(SLB)$/fop.lib\
- $(SLB)$/utils.lib\
- $(SOLARLIBDIR)$/shell9x.lib\
- $(SOLARLIBDIR)$/user9x.lib
+ $(SLB)$/utils.lib
SHL2OBJS=$(SLOFILES)
SHL2DEF=$(MISC)$/$(SHL2TARGET).def