summaryrefslogtreecommitdiff
path: root/sal/inc/systools/win32/shell9x.h
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2000-12-11 15:36:17 +0000
committerTino Rachui <tra@openoffice.org>2000-12-11 15:36:17 +0000
commit3e34ca10b69a17548d0ecd70149b866204aaa8d9 (patch)
tree3dee16ccd51906ba0fee24c0f9ce2d7346c8e3d9 /sal/inc/systools/win32/shell9x.h
parent9e4cadbdd8c5c7ceb8563ce2966af193fe1e172f (diff)
systool changes
Diffstat (limited to 'sal/inc/systools/win32/shell9x.h')
-rw-r--r--sal/inc/systools/win32/shell9x.h20
1 files changed, 3 insertions, 17 deletions
diff --git a/sal/inc/systools/win32/shell9x.h b/sal/inc/systools/win32/shell9x.h
index 4b3556ec3d98..2d1e3f96b933 100644
--- a/sal/inc/systools/win32/shell9x.h
+++ b/sal/inc/systools/win32/shell9x.h
@@ -2,9 +2,9 @@
*
* $RCSfile: shell9x.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tra $ $Date: 2000-11-22 13:55:24 $
+ * last change: $Author: tra $ $Date: 2000-12-11 16:36:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,21 +96,7 @@ extern "C"{
// else sal exports the function pointers from a dll and we use __declspec
//------------------------------------------------------------------------
-#if defined(SAL_EXPORT_SYSTOOLS) || defined(USE_SAL_STATIC)
- #define SHELL9X_API extern
-#else
- #define SHELL9X_API __declspec( dllimport )
-#endif
-
-//------------------------------------------------------------------------
-// the Shell9xInit and Shell9xDeInit functions will be used only by
-// sal itself and will not be exported
-//------------------------------------------------------------------------
-
-#if defined(SAL_EXPORT_SYSTOOLS)
- extern void WINAPI Shell9xInit( );
- extern void WINAPI Shell9xDeInit( );
-#endif
+#define SHELL9X_API extern
//------------------------------------------------------------------------
// declare function pointers to the appropriate shell functions