You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/08/08 14:14:29 UTC

[Bug 3041] New: - wrong PLATFORM_IMPORT ?

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3041

*** shadow/3041	Wed Aug  8 05:14:29 2001
--- shadow/3041.tmp.3149	Wed Aug  8 05:14:29 2001
***************
*** 0 ****
--- 1,28 ----
+ +============================================================================+
+ | wrong PLATFORM_IMPORT ?                                                    |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3041                        Product: Xerces-C++              |
+ |       Status: NEW                         Version: 1.5.1                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Other                   |
+ |     Priority: Other                     Component: Build                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: PeterV@ti.com.od.ua                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Build error on MVS.
+ File: util\Compilers\MVSCPPDefs.hpp
+ 
+ // ---------------------------------------------------------------------------
+ // Define these away for this platform
+ // ---------------------------------------------------------------------------
+ #define PLATFORM_EXPORT _Export
+ #define PLATFORM_IMPORT _Export
+ 
+ You might probably wanted ... ?
+ #define PLATFORM_EXPORT _Export
+ #define PLATFORM_IMPORT
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org