Skip to content

Commit

Permalink
dbgutil: fix DEBUG macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
crazii committed Jan 24, 2024
1 parent 3e4cd68 commit 437cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbemu/dpmi/dbgutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#ifndef DEBUG
#define DEBUG 0
#else
#elif DEBUG != 0
#undef DEBUG
#define DEBUG 1
#endif
Expand Down

0 comments on commit 437cc0e

Please sign in to comment.