1 // ResizableMsgSupport.cpp: support messages for custom resizable wnds
3 /////////////////////////////////////////////////////////////////////////////
5 // Copyright (C) 2000-2002 by Paolo Messina
6 // (http://www.geocities.com/ppescher - ppescher@yahoo.com)
8 // The contents of this file are subject to the Artistic License (the "License").
9 // You may not use this file except in compliance with the License.
10 // You may obtain a copy of the License at:
11 // http://www.opensource.org/licenses/artistic-license.html
13 // If you find this code useful, credits would be nice!
15 /////////////////////////////////////////////////////////////////////////////
18 #include "ResizableMsgSupport.h"
23 static char THIS_FILE
[] = __FILE__
;
26 /////////////////////////////////////////////////////////////////////////////
27 // Registered message to communicate with the library
29 // static intializer must be called before user code
30 #pragma warning(disable:4073)
33 const UINT WMU_RESIZESUPPORT
= ::RegisterWindowMessage(TEXT("WMU_RESIZESUPPORT"));