2000-12-23
2000-12-23 07:36:25 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
9b15e070eb72da12d9ac5953c6dfba47462ccef6
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 7.9
dynamic loading on Win32, not yet functional..
Rev: src/acconfig.h:1.70
Rev: src/configure.in:1.447
Rev: src/dynamic_load.c:1.50
Rev: src/fdlib.h:1.38
Rev: src/global.h:1.56
Rev: src/module_magic.h:1.3
Rev: src/port.c:1.36
Rev: src/port.h:1.34
5:
\*/
/*
- * $Id: global.h,v 1.55 2000/12/13 21:25:58 hubbe Exp $
+ * $Id: global.h,v 1.56 2000/12/23 07:33:49 hubbe Exp $
*/
#ifndef GLOBAL_H
#define GLOBAL_H
321: Inside #if undefined(PMOD_EXPORT)
*/
#ifndef PMOD_EXPORT
#if defined(__NT__) && !defined(DYNAMIC_MODULE)
- #define PMOD_EXPORT __declspec(dllexport)
+ /* #define PMOD_EXPORT __declspec(dllexport) */
+ #define PMOD_EXPORT
#else
#define PMOD_EXPORT
#endif