diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-09 20:16:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-10 00:03:22 +0100 |
commit | f35b3fea46532ffc54e9026e7a953f64493e7525 (patch) | |
tree | 277cc9cea57beb6ddfc0c9bde5b25079ba1fb8fd /idl/inc | |
parent | 20193bcc93660a1510a7cd5ab8d0897e55ee7546 (diff) |
clean up #ifdef ICC code
According to the dmake documentation, ICC refers to Visual Age C++ for
OS/2, which is not a supported compiler (or platform).
Change-Id: Ic9e23bc7c44de110a3a312bd007beda3b660927d
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/globals.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx index d743d1022aa9..eb1c989b0822 100644 --- a/idl/inc/globals.hxx +++ b/idl/inc/globals.hxx @@ -22,9 +22,6 @@ #include <hash.hxx> -#ifdef ICC -#undef _Export -#endif class SvClassManager; struct SvGlobalHashNames |