Clarified copyright
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@33959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
/*
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
* wxuxthem.h : wxWindows support for Microsoft Windows XP Theme library
|
// Name: wx/msw/uxtheme.h
|
||||||
* (uxtheme.dll)
|
// Purpose: wxUxThemeEngine class: support for XP themes
|
||||||
* Modified to work with almost all Win32 compilers
|
// Author: John Platts, Vadim Zeitlin
|
||||||
* Compiler must support Unicode, the __cdecl calling convention, and the
|
// Modified by:
|
||||||
* __stdcall calling convention
|
// Created: 2003
|
||||||
*/
|
// RCS-ID: $Id$
|
||||||
|
// Copyright: (c) 2003 John Platts, Vadim Zeitlin
|
||||||
|
// License: wxWindows licence
|
||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef _WX_UXTHEME_H_
|
#ifndef _WX_UXTHEME_H_
|
||||||
#define _WX_UXTHEME_H_
|
#define _WX_UXTHEME_H_
|
||||||
|
@@ -1,6 +1,16 @@
|
|||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
// Name: src/msw/uxtheme.cpp
|
||||||
|
// Purpose: wxUxThemeEngine class: support for XP themes
|
||||||
|
// Author: John Platts, Vadim Zeitlin
|
||||||
|
// Modified by:
|
||||||
|
// Created: 2003
|
||||||
|
// RCS-ID: $Id$
|
||||||
|
// Copyright: (c) 2003 John Platts, Vadim Zeitlin
|
||||||
|
// License: wxWindows licence
|
||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* wxuxthem.h : wxWindows support for Microsoft Windows XP Theme library
|
* wxWidgets support for Microsoft Windows XP Theme library (uxtheme.dll)
|
||||||
* (uxtheme.dll)
|
|
||||||
* Modified to work with almost all Win32 compilers
|
* Modified to work with almost all Win32 compilers
|
||||||
* Compiler must support Unicode, the __cdecl calling convention, and the
|
* Compiler must support Unicode, the __cdecl calling convention, and the
|
||||||
* __stdcall calling convention
|
* __stdcall calling convention
|
||||||
|
Reference in New Issue
Block a user