Included malloc.h from files using malloc on Win32.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent a9ed5b141e
commit 6399fb19fd
  1. 1
      src/fullscreen.c
  2. 1
      src/win32_clipboard.c
  3. 1
      src/win32_fullscreen.c
  4. 1
      src/win32_init.c
  5. 1
      src/win32_opengl.c
  6. 1
      src/win32_window.c
  7. 1
      src/window.c

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
//========================================================================

@ -32,6 +32,7 @@
#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
//////////////////////////////////////////////////////////////////////////

@ -32,6 +32,7 @@
#include <stdlib.h>
#include <limits.h>
#include <malloc.h>
//========================================================================

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
#ifdef __BORLANDC__
// With the Borland C++ compiler, we want to disable FPU exceptions

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
//========================================================================

@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
//========================================================================

@ -32,6 +32,7 @@
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
//========================================================================

Loading…
Cancel
Save