aboutsummaryrefslogtreecommitdiff
path: root/src/util/et/et_c.awk
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et/et_c.awk')
-rw-r--r--src/util/et/et_c.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/et/et_c.awk b/src/util/et/et_c.awk
index 4f53fc3..376a8d6 100644
--- a/src/util/et/et_c.awk
+++ b/src/util/et/et_c.awk
@@ -109,7 +109,7 @@ c2n["_"]=63
print " * This file is automatically generated; please do not edit it." > outfile
print " */" > outfile
- print "#ifdef __STDC__" > outfile
+ print "#if defined(__STDC__) || defined(_WINDOWS)" > outfile
print "#define NOARGS void" > outfile
print "#else" > outfile
print "#define NOARGS" > outfile