Some fixes on the HMalloc patch.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@374 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "misc.h"
|
||||
#include "rotozoom.h"
|
||||
|
||||
#define MAX(a,b) (((a) > (b)) ? (a) : (b))
|
||||
|
||||
Reference in New Issue
Block a user