* Fixed a compilation problem on Windows
* Fully added sckint.cpp to makefile.b32 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -252,17 +252,6 @@ public:
|
||||
|
||||
// Create or reuse a socket handler
|
||||
static wxSocketHandler& Master() { return *master; }
|
||||
|
||||
#if defined(WXSOCK_INTERNAL) && defined(__WINDOWS__)
|
||||
|
||||
friend LRESULT APIENTRY _EXPORT wxSocketHandlerWndProc(HWND hWnd,
|
||||
UINT message, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
UINT NewMessage(wxSocketBase *sock);
|
||||
void DestroyMessage(UINT msg);
|
||||
|
||||
HWND GetHWND() const;
|
||||
#endif
|
||||
};
|
||||
|
||||
class WXDLLEXPORT wxSocketEvent : public wxEvent {
|
||||
|
Reference in New Issue
Block a user