www.pudn.com > ThemedRichEdit_Redis.zip > RichEditThemed.h
////////////////////////////////////////////////////////////////////////////// // Themed RichEdit Class Helper for Visual C++ // // Created by Patchou, originally for Messenger Plus! // // // // RichEditThemed.h - Last Revision: 27/11/2004 // // Purpose: adds Windows XP theme support to Rich Edit controls // // // // This library is free as in NOT under GPL license. You can use it in any // // program, in the binary form of your choice, and without being asked to // // add unnecessary files to your redistribution package. Free source // // should neither be restrained by a 6 page license nor should it force // // you to share the source of any part of a program you do not wish to // // share. The meaning of the word freedom is the same for everyone, no // // license should have the pretension of redefining it. If you want to // // share some source code, please use a similar copyright notice, your // // peers will be grateful. // // // // Free redistribution and usage of the content of this file is permitted // // as long as the above statement is kept, unchanged, at its original // // location. // // // ////////////////////////////////////////////////////////////////////////////// #pragma once //_WIN32_WINNT must be defined to 0x0501 (or above) before including windows.h //These files must be included in your project, preferably in stdafx.h if this is a Visual C++ Project #include//Used for ANSI/Unicode compatibility #include