commit | 311e456a64ed03e254e8373f7d9a1a15c132fb8c | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sun Sep 19 14:20:33 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Sep 19 14:20:33 1999 +0000 |
tree | 64e52913498787e26dbb61bbad4891e1d67ea864 | |
parent | 87d95b7bc5277d20f18f210000fe2e6e67a3b798 [diff] [blame] |
Added support for anonymous structs/unions on compilers that implement it.
diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c index 416d35d..dc55648 100644 --- a/dlls/comctl32/comctl32undoc.c +++ b/dlls/comctl32/comctl32undoc.c
@@ -89,8 +89,8 @@ *phDpa = (HDPA)NULL; - position.LowPart = 0; - position.HighPart = 0; + position.s.LowPart = 0; + position.s.HighPart = 0; errCode = IStream_Seek (pStream, position, STREAM_SEEK_CUR, &newPosition); if (errCode != S_OK)