Skip to content

Commit 0f054f8

Browse files
committed
ocamltest/run_win32.c: include caml/memory.h rather than defining CAML_INTERNALS
1 parent 0dadaad commit 0f054f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ocamltest/run_win32.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
/* GetTickCount64() requires Windows Vista or Server 2008 */
1919
#define _WIN32_WINNT 0x0600
2020

21-
#define CAML_INTERNALS
22-
2321
#include <stdio.h>
2422
#include <stdlib.h>
2523
#include <wtypes.h>
@@ -31,6 +29,7 @@
3129
#include <stdarg.h>
3230
#include <sys/types.h>
3331

32+
#include "caml/memory.h"
3433
#include "caml/osdeps.h"
3534

3635
#include "run.h"

0 commit comments

Comments
 (0)