We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ea81c commit 9039603Copy full SHA for 9039603
src/platform/console/main.c
@@ -253,7 +253,7 @@ int process_options(int argc, char *argv[]) {
253
return 1;
254
}
255
256
-#if defined(__GNUC__) && !defined(__MACH__)
+#if defined(__GNUC__) && !defined(__MACH__) && !defined(_Win32)
257
// for analysing excessive malloc calls using kdbg
258
extern void *__libc_malloc(size_t size);
259
void *malloc(size_t size) {
0 commit comments