Module: wine Branch: master Commit: 766611b7a07ab899662459a88f9a6f8c6186cc95 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=766611b7a07ab899662459a8... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Sep 7 19:54:54 2006 +0200 imagehlp: Fix the name of the ADDRESS_MODE enum. --- include/imagehlp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/imagehlp.h b/include/imagehlp.h index 26f6628..e37d921 100644 --- a/include/imagehlp.h +++ b/include/imagehlp.h @@ -90,7 +90,7 @@ #define CHECKSUM_MAP_FAILURE 2 #define CHECKSUM_MAPVIEW_FAILURE 3 #define CHECKSUM_UNICODE_FAILURE 4 -typedef enum _ADRESS_MODE { +typedef enum _ADDRESS_MODE { AddrMode1616, AddrMode1632, AddrModeReal,