Convert files to build with nasm or yasm

Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker
2015-11-18 15:52:20 -07:00
parent 00c1efc109
commit bc4dfc9bbc
38 changed files with 133 additions and 74 deletions

View File

@@ -41,7 +41,7 @@
extern "C" {
#endif
#ifdef __WIN32__
#ifdef _WIN32
#ifdef __MINGW32__
# include <_mingw.h>
#endif