Changeset 75 for trunk/src/helpers/xmlparse.c
- Timestamp:
- May 25, 2001, 6:51:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/xmlparse.c
r71 r75 70 70 // this code generates those options HEAVILY 71 71 72 #ifdef COMPILED_FROM_DSP 73 #include "winconfig.h" 74 #define XMLPARSEAPI __declspec(dllexport) 75 #include "expat.h" 72 // #include <config.h> 73 74 #ifdef __declspec 75 #define XMLPARSEAPI __declspec(dllexport) 76 #endif 77 78 #include "expat\expat.h" 79 80 #ifdef __declspec 76 81 #undef XMLPARSEAPI 77 #else 78 // #include <config.h> 79 80 #ifdef __declspec 81 #define XMLPARSEAPI __declspec(dllexport) 82 #endif 83 84 #include "expat\expat.h" 85 86 #ifdef __declspec 87 #undef XMLPARSEAPI 88 #endif 89 #endif /* ndef COMPILED_FROM_DSP */ 82 #endif 90 83 91 84 #include <stddef.h>
Note:
See TracChangeset
for help on using the changeset viewer.