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
|