mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-12 17:19:10 +01:00
e6fe5ec42f
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1437 8ced0084-cf51-0410-be5f-012b33b47a6e
16 lines
506 B
C
16 lines
506 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/msw/rcdefs.h
|
|
// Purpose: Fallback for the generated rcdefs.h under the lib directory
|
|
// Author: Mike Wetherell
|
|
// RCS-ID: $Id: rcdefs.h 36133 2005-11-08 22:49:46Z MW $
|
|
// Copyright: (c) 2005 Mike Wetherell
|
|
// Licence: wxWindows licence
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_RCDEFS_H
|
|
#define _WX_RCDEFS_H
|
|
|
|
#define WX_CPU_X86
|
|
|
|
#endif
|