Skip to content

Commit

Permalink
fix stupid ifdef bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Aug 18, 2024
1 parent 233d842 commit 929af40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ int __djgpp_map_physical_memory(void *our_addr, ULONG32 num_bytes,
}
#endif

#ifdef __LP64__
#ifdef DJ64
#define DATA_PTR(l) ((char *)djaddr2ptr(__djgpp_base_address + (l)))
#define PTR_DATA(p) (djptr2addr(p) - __djgpp_base_address)
#else
Expand Down

0 comments on commit 929af40

Please sign in to comment.