diff options
Diffstat (limited to 'src/extmalloc.c')
-rw-r--r-- | src/extmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extmalloc.c b/src/extmalloc.c index edd1d54..3e14e0d 100644 --- a/src/extmalloc.c +++ b/src/extmalloc.c @@ -17,7 +17,7 @@ #include "intdefs.h" #include "vcall.h" -// FIXME: this is duped from os.h because I don't want to pull in Windows.h, +// XXX: this is duped from os.h because I don't want to pull in Windows.h, // consider splitting out the IMPORT/EXPORT defs to some other thing? #ifdef _WIN32 #define IMPORT __declspec(dllimport) // only needed for variables |