Ignore:
Timestamp:
May 25, 2001, 6:51:46 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/xmlparse.c

    r71 r75  
    7070        // this code generates those options HEAVILY
    7171
    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
    7681    #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
    9083
    9184#include <stddef.h>
Note: See TracChangeset for help on using the changeset viewer.