Merge Assembly enum and Asm class.

This commit is contained in:
XMRig
2019-06-28 13:08:08 +07:00
parent 8eb1cc8731
commit 14a937cf70
19 changed files with 164 additions and 139 deletions

View File

@@ -35,7 +35,6 @@
#ifdef _MSC_VER
# define strncasecmp _strnicmp
# define strcasecmp _stricmp
#endif