diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 15:52:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 15:52:47 +0000 |
commit | 6877f31298da822a8123c45e77e51b46fa10b58b (patch) | |
tree | bfb8037af048bfe584e3bd2c002543cd22c1a069 /solenv/src | |
parent | e49c312cb05745d10fd7f835bc6a2c41c2f7252f (diff) |
INTEGRATION: CWS os2port03 (1.7.630); FILE MERGED
2008/07/16 12:20:22 obr 1.7.630.2: RESYNC: (1.7-1.8); FILE MERGED
2008/01/14 17:25:27 ydario 1.7.630.1: define version also for os2.
Issue number:i85203
Submitted by:ydario
Diffstat (limited to 'solenv/src')
-rw-r--r-- | solenv/src/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/src/version.c b/solenv/src/version.c index 64876b5fc647..dd37580f758c 100644 --- a/solenv/src/version.c +++ b/solenv/src/version.c @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: version.c,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -53,11 +53,11 @@ static const struct VersionInfo g_aVersionInfo = _INPATH }; -#ifdef WNT +#if defined(WNT) || defined(OS2) __declspec(dllexport) const struct VersionInfo* GetVersionInfo(void); #endif -#ifdef WNT +#if defined(WNT) || defined(OS2) __declspec(dllexport) const struct VersionInfo* GetVersionInfo(void) #else const struct VersionInfo *GetVersionInfo(void) |