- Updates (fast forwarding to latest Scyther from svn)
This commit is contained in:
parent
814fbf31cd
commit
7c8ca527b2
1
gui/Gui/Version.py
Normal file
1
gui/Gui/Version.py
Normal file
@ -0,0 +1 @@
|
||||
SCYTHER_GUI_VERSION = "1.0-beta7"
|
14
src/mymalloc.h
Normal file
14
src/mymalloc.h
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Malloc on all platforms except Apple ones
|
||||
*/
|
||||
|
||||
#ifndef MYMALLOC
|
||||
#define MYMALLOC
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user