diff options
author | Matthias Huetsch <mhu@openoffice.org> | 2001-10-15 05:56:37 +0000 |
---|---|---|
committer | Matthias Huetsch <mhu@openoffice.org> | 2001-10-15 05:56:37 +0000 |
commit | b6e1169bff715277eeb82e114a267917e1727b69 (patch) | |
tree | eeb3bcff3554d893446015801970e21e01598af5 /tools/win | |
parent | 39262abd9a1f88ba5a17a296c0cc3dffb1d91cff (diff) |
#92552# Adapted to use rtl memory management.
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/inc/dll.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/tools/win/inc/dll.hxx b/tools/win/inc/dll.hxx index 96695ed0478a..0ff05abb1851 100644 --- a/tools/win/inc/dll.hxx +++ b/tools/win/inc/dll.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dll.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: th $ $Date: 2001-07-06 13:56:00 $ + * last change: $Author: mhu $ $Date: 2001-10-15 06:56:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,10 +90,6 @@ void SetSVData( SVDATA* pSVData ); // ------------------------------- // Um Resourcen wieder freizugeben -#ifdef WNT -void ImpDeInitWinTools(); -#else inline void ImpDeInitWinTools() {} -#endif -#endif // _DLL_HXX +#endif /* _DLL_HXX */ |