# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1608019614 0 # Node ID 10a44abd0e83280420d380c267ac7d959f554737 # Parent 6cdb907755cb11ba80d0f177488e9895d6072864 Win: Fix building in Windows 2000, move _dw_show_margins() into AEROGLASS. diff -r 6cdb907755cb -r 10a44abd0e83 win/dw.c --- a/win/dw.c Tue Dec 15 01:00:38 2020 +0000 +++ b/win/dw.c Tue Dec 15 08:06:54 2020 +0000 @@ -2136,6 +2136,7 @@ } } +#ifdef AEROGLASS void _dw_show_margins(HWND handle, MARGINS mar, int line) { #ifdef DEBUG @@ -2146,6 +2147,7 @@ dw_free(title); #endif } +#endif /* The main window procedure for Dynamic Windows, all the resizing code is done here. */ LRESULT CALLBACK _wndproc(HWND hWnd, UINT msg, WPARAM mp1, LPARAM mp2)