commit | 19ccc6bdc7c761cc94e740c775f13506992ca0d6 | [log] [tgz] |
---|---|---|
author | Markus Siemens <siemens1993@gmail.com> | Mon Jan 27 22:53:28 2014 +0100 |
committer | Markus Siemens <siemens1993@gmail.com> | Tue Jan 28 18:21:05 2014 +0100 |
tree | 1c44e4b08c1c6b3f9903d6d0f92fb290fc19e0d1 | |
parent | 9b00dad7bb0125a3459ca4f9c939c7510bd2f77f [diff] [blame] |
Added Windows port (see #233)
diff --git a/py/asmx64.c b/py/asmx64.c index d315817..de34332 100644 --- a/py/asmx64.c +++ b/py/asmx64.c
@@ -1,3 +1,4 @@ +#include <stdint.h> #include <stdio.h> #include <assert.h> #include <string.h>