diff options
author | sof <unknown> | 1999-05-04 08:36:30 +0000 |
---|---|---|
committer | sof <unknown> | 1999-05-04 08:36:30 +0000 |
commit | c325ee8354dae46b71ec08fd571d13546d0f389b (patch) | |
tree | ab7f1a7c0ad41a548a3ccb55bae3c27767bec4d9 /acconfig.h | |
parent | 88ffee68c9170decde439fae25e896a6dfa8a1d7 (diff) | |
download | haskell-c325ee8354dae46b71ec08fd571d13546d0f389b.tar.gz |
[project @ 1999-05-04 08:36:29 by sof]
added HAVE_WIN32_DLL_SUPPORT
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 48027d63bf..c568b0ee3d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -60,6 +60,9 @@ /* Define if you have the WinExec function. */ #define HAVE_WINEXEC 0 +/* Define if you support the production (and use) of Win32 DLLs. */ +#undef HAVE_WIN32_DLL_SUPPORT + /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE |