__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -849,7 +849,7 @@ inline int GetScrollPosition(HWND hWnd, int wOrient)
|
||||
scrollInfo.cbSize = sizeof(SCROLLINFO);
|
||||
scrollInfo.fMask = SIF_POS;
|
||||
::GetScrollInfo(hWnd, wOrient, &scrollInfo );
|
||||
|
||||
|
||||
return scrollInfo.nPos;
|
||||
|
||||
#endif
|
||||
@@ -3197,8 +3197,6 @@ bool wxWindowMSW::MSWCreate(const wxChar *wclass,
|
||||
// WM_NOTIFY
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
#ifdef __WIN95__
|
||||
|
||||
bool wxWindowMSW::HandleNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
|
||||
{
|
||||
#ifndef __WXMICROWIN__
|
||||
@@ -3342,8 +3340,6 @@ bool wxWindowMSW::MSWOnNotify(int WXUNUSED(idCtrl),
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif // __WIN95__
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// end session messages
|
||||
// ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user