changeset 1521:9834570c8761

Need a forward declaration of _colorwndproc() for recent Windows changes on 32bit (but not 64bit?).
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 29 Dec 2011 19:50:20 +0000
parents 65861fedc4b4
children c98b2ce2d5b2
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);