git-svn-id: svn://10.65.10.50/branches/R_10_00@23289 c028cbd2-c16b-5b4b-a496-9718f37d4682
16 lines
521 B
C
16 lines
521 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
|