]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/about/about.cpp
compilation fix for CE: don't use GetModuleHandleA() which doesn't exist there
[wxWidgets.git] / samples / html / about / about.cpp
index 91072913d25b3481dce4be1fdbd22e63ebaf93eb..8f9203d43c94d6425bcacc9cbf3f595d93f4b931 100644 (file)
 
         topsizer -> Add(html, 1, wxALL, 10);
 
+#if wxUSE_STATLINE
         topsizer -> Add(new wxStaticLine(&dlg, wxID_ANY), 0, wxEXPAND | wxLEFT | wxRIGHT, 10);
+#endif // wxUSE_STATLINE
 
         wxButton *bu1 = new wxButton(&dlg, wxID_OK, _("OK"));
         bu1 -> SetDefault();