mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
imagehlp: Fix the name of the ADDRESS_MODE enum.
This commit is contained in:
parent
570aad50d2
commit
766611b7a0
@ -90,7 +90,7 @@ typedef enum _IMAGEHLP_STATUS_REASON {
|
||||
#define CHECKSUM_MAPVIEW_FAILURE 3
|
||||
#define CHECKSUM_UNICODE_FAILURE 4
|
||||
|
||||
typedef enum _ADRESS_MODE {
|
||||
typedef enum _ADDRESS_MODE {
|
||||
AddrMode1616,
|
||||
AddrMode1632,
|
||||
AddrModeReal,
|
||||
|
Loading…
Reference in New Issue
Block a user