summaryrefslogtreecommitdiffstats
path: root/loader/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/win32.c')
-rw-r--r--loader/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 576e3bd945..96ab76f691 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -1159,7 +1159,7 @@ static HANDLE WINAPI expHeapCreate(long flags, long init_size, long max_size)
// we will silently ignore this second call...
static void* heapfreehack = 0;
static int heapfreehackshown = 0;
-//extern void trapbug(void);
+//void trapbug(void);
static void* WINAPI expHeapAlloc(HANDLE heap, int flags, int size)
{
void* z;