mirror of
https://github.com/herumi/xbyak
synced 2024-11-21 16:09:11 -07:00
include xbyak.h instead of xbyak/xbyak.h
This commit is contained in:
parent
fca4af9eca
commit
62fd6d022a
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
#include <stdio.h>
|
||||
#define XBYAK_NO_OP_NAMES
|
||||
#include "xbyak/xbyak.h"
|
||||
#include "xbyak/xbyak_util.h"
|
||||
|
||||
#define NUM_OF_ARRAY(x) (sizeof(x) / sizeof(x[0]))
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
Xbyak::util::Cpu ; detect CPU
|
||||
@note this header is UNDER CONSTRUCTION!
|
||||
*/
|
||||
#include "xbyak/xbyak.h"
|
||||
#include "xbyak.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if (_MSC_VER < 1400) && defined(XBYAK32)
|
||||
|
|
Loading…
Reference in a new issue