Changing define to _WIN32 fixes USB debugger resource with MSVC.
This commit is contained in:
parent
e83d8bd5e3
commit
ccdfbc64ad
@ -814,7 +814,7 @@ typedef Bit32u bx_phy_address;
|
||||
#error To enable EHCI, you must also enable UHCI or OHCI
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
// set to 1 to include the USB DEBUG CONFIG Interface
|
||||
#define BX_USE_WIN32USBDEBUG 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user