Merge changes from the witness.

This commit is contained in:
castano
2012-04-30 23:02:23 +00:00
parent d5a3c1d3a7
commit 69e8641db5
13 changed files with 621 additions and 493 deletions

View File

@ -3,7 +3,7 @@
#endif
#include <stdint.h> // uint8_t, int8_t, ... uintptr_t
//#include <cstddef> // operator new, size_t, NULL
#include <stddef.h> // operator new, size_t, NULL
// Function linkage
#define DLL_IMPORT