]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/timer.cpp
Fix compilation under dll builds. Wrap source files in wxUSE_WEB checks to allow...
[wxWidgets.git] / src / palmos / timer.cpp
index 8b7241b828cc21de620c7bb1fc1468c6fb27070f..37ec7bd3d95085cc84aad624e7917296e1ba6960 100644 (file)
     #include "wx/hashmap.h"
 #endif
 
     #include "wx/hashmap.h"
 #endif
 
-#include "wx/palmos/private.h"
-
-// from utils.cpp
-extern "C" WXDLLIMPEXP_BASE HWND
-wxCreateHiddenWindow(LPCTSTR *pclassname, LPCTSTR classname, WNDPROC wndproc);
-
 // ----------------------------------------------------------------------------
 // private globals
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // private globals
 // ----------------------------------------------------------------------------
@@ -51,8 +45,6 @@ static wxTimerMap g_timerMap;
 // private functions
 // ----------------------------------------------------------------------------
 
 // private functions
 // ----------------------------------------------------------------------------
 
-void WINAPI wxTimerProc(HWND hwnd, WORD, int idTimer, DWORD);
-
 // ============================================================================
 // implementation
 // ============================================================================
 // ============================================================================
 // implementation
 // ============================================================================
@@ -86,8 +78,4 @@ void wxProcessTimer(wxPalmOSTimerImpl& timer)
 {
 }
 
 {
 }
 
-void WINAPI wxTimerProc(HWND WXUNUSED(hwnd), WORD, int idTimer, DWORD)
-{
-}
-
 #endif // wxUSE_TIMER
 #endif // wxUSE_TIMER