
by moving needed C source to src/plot and building during `make', but stripping out the copies of gd, png, and zlib; instead, hook a dc<%>-based back end into plot
7 lines
142 B
C
7 lines
142 B
C
|
|
#if (defined(__WIN32__) || defined(WIN32) || defined(_WIN32))
|
|
# define MZ_DLLEXPORT __declspec(dllexport)
|
|
#else
|
|
# define MZ_DLLEXPORT
|
|
#endif
|