mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-22 04:31:15 +00:00
make idlib build with Visual Studio 14
This commit is contained in:
parent
746f2cb454
commit
99bbd70af5
3 changed files with 86 additions and 80 deletions
|
@ -30,6 +30,9 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
#define __MATH_MATRIX_H__
|
#define __MATH_MATRIX_H__
|
||||||
|
|
||||||
#include "idlib/math/Vector.h"
|
#include "idlib/math/Vector.h"
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
|
@ -31,6 +31,9 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
|
|
||||||
#include "idlib/math/Complex.h"
|
#include "idlib/math/Complex.h"
|
||||||
#include "idlib/Heap.h"
|
#include "idlib/Heap.h"
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
Loading…
Reference in a new issue