Skip to content

Commit

Permalink
Changing define to _WIN32 fixes USB debugger resource with MSVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Jun 18, 2024
1 parent e83d8bd commit ccdfbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bochs/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccdfbc6

Please sign in to comment.