Narrowed criteria for non-standard inclusion.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 64c677be9e
commit 6ac58da26e
  1. 2
      src/fullscreen.c
  2. 2
      src/window.c

@ -32,7 +32,7 @@
#include "internal.h"
#include <stdlib.h>
#if _WIN32
#if defined(_MSC_VER)
#include <malloc.h>
#endif

@ -33,7 +33,7 @@
#include <string.h>
#include <stdlib.h>
#if _WIN32
#if defined(_MSC_VER)
#include <malloc.h>
#endif

Loading…
Cancel
Save