]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Added imaggif.h, imaggif.cpp (wxImage GIF-reading support); candidate
[wxWidgets.git] / include / wx / msw / window.h
index 9f69b205f02ce2184f1276f898aa0264be38c4d1..f34772a067d5afca59ee5c76e15b2668f6d6dae2 100644 (file)
@@ -874,7 +874,7 @@ inline bool wxWindow::IsBeingDeleted() { return m_isBeingDeleted; }
 // Window specific (so far)
 WXDLLEXPORT wxWindow* wxGetActiveWindow();
 
-WXDLLEXPORT_DATA(extern wxList) wxTopLevelWindows;
+WXDLLEXPORT_DATA(extern wxWindowList) wxTopLevelWindows;
 
 WXDLLEXPORT int wxCharCodeMSWToWX(int keySym);
 WXDLLEXPORT int wxCharCodeWXToMSW(int id, bool *IsVirtual);