Changing define to _WIN32 fixes USB debugger resource with MSVC.

This commit is contained in:
Volker Ruppert 2024-06-18 23:00:48 +02:00
parent e83d8bd5e3
commit ccdfbc64ad

View File

@ -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