mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
osx : malloc.h => malloc/malloc.h
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "materialsystem/imaterialproxyfactory.h"
|
||||
#include "IHardwareConfigInternal.h"
|
||||
#include "utlsymbol.h"
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include "filesystem.h"
|
||||
#include <KeyValues.h>
|
||||
#include "mempool.h"
|
||||
|
||||
@@ -17,7 +17,11 @@
|
||||
#include "materialsystem/imaterialproxyfactory.h"
|
||||
#include "IHardwareConfigInternal.h"
|
||||
#include "utlsymbol.h"
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "filesystem.h"
|
||||
#include <KeyValues.h>
|
||||
#include "mempool.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include "materialsystem_global.h"
|
||||
#include "shaderapi/ishaderapi.h"
|
||||
#include "shadersystem.h"
|
||||
#include <malloc.h>
|
||||
#include "filesystem.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
|
||||
@@ -16,7 +16,11 @@
|
||||
#include "windows.h"
|
||||
#endif
|
||||
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include "crtmemdebug.h"
|
||||
|
||||
|
||||
@@ -42,7 +42,6 @@ mat_fullbright 1 doesn't work properly on alpha materials in testroom_standards
|
||||
#include "colorformatdx8.h"
|
||||
#include "texturedx8.h"
|
||||
#include "textureheap.h"
|
||||
#include <malloc.h>
|
||||
#include "interface.h"
|
||||
#include "utlrbtree.h"
|
||||
#include "utlsymbol.h"
|
||||
|
||||
Reference in New Issue
Block a user