diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:07:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:07:48 +0000 |
commit | 1076d97fc8828f0d024bab108cda8b94dbf3f8ce (patch) | |
tree | 7347ee8a423e484602ba3da3542d46f9dc62103e /soltools/ldump | |
parent | 79dce48ec9c08c1ecb59040ad429520f6b544824 (diff) |
INTEGRATION: CWS winordinals (1.4.20); FILE MERGED
2008/03/14 10:36:34 vg 1.4.20.1: #i86800# switch to symbol-exporting linking for windows
Diffstat (limited to 'soltools/ldump')
-rw-r--r-- | soltools/ldump/ldump.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/soltools/ldump/ldump.hxx b/soltools/ldump/ldump.hxx index 2941da638e83..5cd4fb44ed11 100644 --- a/soltools/ldump/ldump.hxx +++ b/soltools/ldump/ldump.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ldump.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2007-10-15 13:30:54 $ + * last change: $Author: obo $ $Date: 2008-03-25 14:07:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,6 +63,7 @@ class LibDump bool bBase; // Existenz der DatenBasis; bool bAll; // Alle Fkts exportieren bool bDef; // DefFile schreiben ( bei -E ) + int bExportName; // 0 - export by ordinal; 1 - export by name bool CheckDataBase(); bool CheckLibrary(char * cName); @@ -70,7 +71,7 @@ class LibDump bool ReadFilter(char *); bool PrintSym(char *, bool bName = true ); public: - LibDump( char *cFileName ); + LibDump( char *cFileName, int bExportByName ); ~LibDump(); bool Dump(); bool SetFilter(char *cFilterName); |