# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1325188220 0 # Node ID 9834570c8761425799d118dd00041f3c9edd0da8 # Parent 65861fedc4b4ac7b9f18d59ba00ff6f3e75b70a5 Need a forward declaration of _colorwndproc() for recent Windows changes on 32bit (but not 64bit?). diff -r 65861fedc4b4 -r 9834570c8761 win/dw.c --- a/win/dw.c Thu Dec 29 19:26:51 2011 +0000 +++ b/win/dw.c Thu Dec 29 19:50:20 2011 +0000 @@ -184,6 +184,7 @@ #if (defined(BUILD_DLL) || defined(BUILD_HTML)) && !defined(__MINGW32__) LRESULT CALLBACK _browserWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); #endif +BOOL CALLBACK _colorwndproc(HWND hWnd, UINT msg, WPARAM mp1, LPARAM mp2); void _resize_notebook_page(HWND handle, int pageid); void _handle_splitbar_resize(HWND hwnd, float percent, int type, int x, int y); int _lookup_icon(HWND handle, HICON hicon, int type);