18 lines
575 B
C
18 lines
575 B
C
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// Name: wx/mediactrl.h
|
||
|
// Purpose: wxMediaCtrl class
|
||
|
// Author: Ryan Norton <wxprojects@comcast.net>
|
||
|
// Modified by:
|
||
|
// Created: 11/07/04
|
||
|
// RCS-ID: $Id$
|
||
|
// Copyright: (c) Ryan Norton
|
||
|
// Licence: wxWindows licence
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#if defined(__WXMSW__)
|
||
|
#include "wx/msw/mediactrl.h"
|
||
|
#elif defined(__WXMAC__)
|
||
|
#include "wx/mac/mediactrl.h"
|
||
|
#else
|
||
|
#error wxMediaCtrl not supported on this platform!
|
||
|
#endif
|