X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=win32ss%2Finclude%2Fntusrtyp.h;h=27a5aad4840d567d52fa365aa9b957c39ec2ebba;hp=b54bc9bc7e15df0e51334bca1ddc20ad6ac1ee67;hb=e2d2cb40e26869e432760765aee58eb4946ef640;hpb=43c7fc0c8d67f5c3bb0ceb5bc877192b5e7fcdc3 diff --git a/win32ss/include/ntusrtyp.h b/win32ss/include/ntusrtyp.h index b54bc9bc7e1..27a5aad4840 100644 --- a/win32ss/include/ntusrtyp.h +++ b/win32ss/include/ntusrtyp.h @@ -88,8 +88,9 @@ typedef struct typedef struct { union - { ICONRESDIR icon; - CURSORDIR cursor; + { + ICONRESDIR icon; + CURSORDIR cursor; } ResInfo; WORD wPlanes; WORD wBitCount;