summaryrefslogtreecommitdiff
path: root/cgiwas.c
diff options
context:
space:
mode:
authorJohn van Groningen2003-10-03 12:31:32 +0000
committerJohn van Groningen2003-10-03 12:31:32 +0000
commitb4fce6167f99ced9d6e67477e855e80a6c7074a9 (patch)
tree099e8825b055b1800de352c21fdc5fac6874a454 /cgiwas.c
parentgenerate more data modules if FUNCTION_LEVEL_LINKING macro is defined (diff)
define as_new_data_module function if FUNCTION_LEVEL_LINKING is defined instead of _WINDOWS_
Diffstat (limited to 'cgiwas.c')
-rw-r--r--cgiwas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgiwas.c b/cgiwas.c
index d3b3645..7b85409 100644
--- a/cgiwas.c
+++ b/cgiwas.c
@@ -78,7 +78,7 @@ void w_as_internal_label_value (int label_id)
static int in_data_section;
-#ifdef _WINDOWS_
+#ifdef FUNCTION_LEVEL_LINKING
void w_as_new_data_module (void)
{
}