mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
Stop building some unused files.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7206 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
11
Externals/wxWidgets3/wx/wxgtk.h
vendored
11
Externals/wxWidgets3/wx/wxgtk.h
vendored
@ -1004,14 +1004,11 @@
|
||||
/* The number of bytes in a short. */
|
||||
#define SIZEOF_SHORT 2
|
||||
|
||||
/* The number of bytes in a size_t. */
|
||||
#define SIZEOF_SIZE_T 4
|
||||
|
||||
/* Define if size_t on your machine is the same type as unsigned int. */
|
||||
#ifdef __LP64__
|
||||
#define wxSIZE_T_IS_ULONG 1
|
||||
#else
|
||||
#define wxSIZE_T_IS_UINT 1
|
||||
|
||||
/* Define if size_t on your machine is the same type as unsigned long. */
|
||||
/* #undef wxSIZE_T_IS_ULONG */
|
||||
#endif
|
||||
|
||||
/* Define if wchar_t is distinct type in your compiler. */
|
||||
#define wxWCHAR_T_IS_REAL_TYPE 1
|
||||
|
Reference in New Issue
Block a user