diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-07-13 09:00:01 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-07-13 09:00:01 +0000 |
commit | 3131c081550e7eefdfddddb5939145a892863a44 (patch) | |
tree | 10401d00f2ebaaa6592e2c1e53cfca95a56a07ac /src/mod_irc/iconv_erl.c | |
parent | * src/mod_pubsub/mod_pubsub.erl: Added suport for meta-node (diff) |
* doc/guide.tex: Updated (thanks to Sergei Golovan)
* src/expat_erl.c: Added #ifdef for WIN32 (thanks to Sergei
Golovan)
* src/mod_irc/iconv_erl.c: Likewise
* src/configure.erl: Defines ERLANG_DIR variable (thanks to Sergei
Golovan)
* **/Makefile: Use ERLANG_DIR (thanks to Sergei Golovan)
* **/Makefile.win32: Makefiles for windows build (thanks to Sergei
Golovan)
* src/configure.bat: Configuration script for windows (thanks to
Sergei Golovan)
SVN Revision: 123
Diffstat (limited to 'src/mod_irc/iconv_erl.c')
-rw-r--r-- | src/mod_irc/iconv_erl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mod_irc/iconv_erl.c b/src/mod_irc/iconv_erl.c index fa382f12..de991418 100644 --- a/src/mod_irc/iconv_erl.c +++ b/src/mod_irc/iconv_erl.c @@ -104,6 +104,9 @@ ErlDrvEntry iconv_driver_entry = { NULL /* F_PTR outputv, reserved */ }; +#ifdef WIN32 +__declspec(dllexport) +#endif DRIVER_INIT(iconv_erl) /* must match name in driver_entry */ { return &iconv_driver_entry; |