]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
Added "enabled" support for submenus
[wxWidgets.git] / src / msw / window.cpp
index 04f6f307a40c78a44f0ddb496c76e33cc8115a18..66fcdf4355af805c49fe4b9273ff4239e9528caa 100644 (file)
@@ -151,7 +151,7 @@ static bool gs_hasStdCmap = false;
 
 // last mouse event information we need to filter out the duplicates
 #if wxUSE_MOUSEEVENT_HACK
-static struct
+static struct MouseEventInfoDummy
 {
     // mouse position (in screen coordinates)
     wxPoint pos;