source nice-ness and remove erronous files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-09-27 23:19:24 +00:00
parent 1751226cbf
commit 1553abf415
6 changed files with 93 additions and 496 deletions

View File

@@ -8,9 +8,29 @@
// Copyright: (c) Ryan Norton
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ===========================================================================
// declarations
// ===========================================================================
// ---------------------------------------------------------------------------
// headers
// ---------------------------------------------------------------------------
#ifndef _WX_MACCARBONHID_H_
#define _WX_MACCARBONHID_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "hid.h"
#endif
#include "wx/defs.h"
// ---------------------------------------------------------------------------
// definitions
// ---------------------------------------------------------------------------
//Mac OSX only
#ifdef __DARWIN__
#include <IOKit/IOKitLib.h>
@@ -76,4 +96,7 @@ public:
virtual void BuildCookies(wxCFArray& Array);
};
#endif //__DARWIN__
#endif //__DARWIN__
#endif
//WX_MACCARBONHID_H