INTEGRATION: CWS dbo510 (1.14.8); FILE MERGED

2006/02/14 11:34:17 dbo 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED
2005/10/31 10:01:28 dbo 1.14.8.1: missing undef
This commit is contained in:
Rüdiger Timm
2006-03-06 09:16:36 +00:00
parent b5a03fa803
commit b01acca6a5

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: lbnames.h,v $
*
* $Revision: 1.15 $
* $Revision: 1.16 $
*
* last change: $Author: obo $ $Date: 2006-01-19 18:28:18 $
* last change: $Author: rt $ $Date: 2006-03-06 10:16:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,6 +92,7 @@ provoking error here, because PP ignores #error
#define CPPU_STRINGIFY_EX( x ) #x
#define CPPU_STRINGIFY( x ) CPPU_STRINGIFY_EX( x )
/** Name for C++ compiler/ platform, e.g. "gcc3", "msci" */
#define CPPU_CURRENT_LANGUAGE_BINDING_NAME CPPU_STRINGIFY( CPPU_ENV )
@@ -100,7 +101,9 @@ provoking error here, because PP ignores #error
provoking error here, because PP ignores #error
#endif /* CPPU_ENV */
#endif /** __cplusplus */
#undef TMP_CPPU_ENV
#endif /* __cplusplus */
/** Environment type name for binary C UNO. */
#define UNO_LB_UNO "uno"