mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
21 lines
662 B
C
21 lines
662 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx_pb.h
|
|
// Purpose: Project Builder precompiled header
|
|
// Author: Gilles Depeyrot
|
|
// Modified by:
|
|
// Created: 22.01.02
|
|
// RCS-ID: $Id: wx_pb.h 27433 2004-05-25 17:31:17Z JS $
|
|
// Copyright: (c) wxWidgets team
|
|
// Licence: wxWindows licence
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#define HAVE_USLEEP 1
|
|
#define HAVE_FCNTL 1
|
|
#define SIZEOF_INT 4
|
|
#define SIZEOF_WCHAR_T 4
|
|
#define TARGET_CARBON 1
|
|
#define HAVE_WCHAR_H 1
|
|
#define HAVE_WPRINTF 1
|
|
#define HAVE_VSWPRINTF 1
|
|
#define HAVE_STRCASECMP_IN_STRING_H 1
|