mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Narrowed criteria for non-standard inclusion.
This commit is contained in:
parent
64c677be9e
commit
6ac58da26e
@ -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…
Reference in New Issue
Block a user