imagehlp: Fix the name of the ADDRESS_MODE enum.

oldstable
Francois Gouget 2006-09-07 19:54:54 +02:00 committed by Alexandre Julliard
parent 570aad50d2
commit 766611b7a0
1 changed files with 1 additions and 1 deletions

View File

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