Improve log dialog filter documentation
[TortoiseGit.git] / ext / ResizableLib / ResizableMsgSupport.cpp
blob0afeb87a4d96c6cae7c477b483fa68b3f7eec158
1 // ResizableMsgSupport.cpp: support messages for custom resizable wnds
2 //
3 /////////////////////////////////////////////////////////////////////////////
4 //
5 // Copyright (C) 2000-2002 by Paolo Messina
6 // (http://www.geocities.com/ppescher - ppescher@yahoo.com)
7 //
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 /////////////////////////////////////////////////////////////////////////////
17 #include "stdafx.h"
18 #include "ResizableMsgSupport.h"
20 #ifdef _DEBUG
21 #define new DEBUG_NEW
22 #undef THIS_FILE
23 static char THIS_FILE[] = __FILE__;
24 #endif
26 /////////////////////////////////////////////////////////////////////////////
27 // Registered message to communicate with the library
29 // static intializer must be called before user code
30 #pragma warning(suppress: 4073)
31 #pragma init_seg(lib)
33 const UINT WMU_RESIZESUPPORT = ::RegisterWindowMessage(TEXT("WMU_RESIZESUPPORT"));