mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
4
Externals/wxWidgets3/include/wx/ipc.h
vendored
4
Externals/wxWidgets3/include/wx/ipc.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 15.04.02
|
||||
// RCS-ID: $Id: ipc.h 35698 2005-09-25 20:49:40Z MW $
|
||||
// RCS-ID: $Id: ipc.h 70796 2012-03-04 00:29:31Z VZ $
|
||||
// Copyright: (c) 2002 Vadim Zeitlin
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@ -16,7 +16,7 @@
|
||||
// 0, or if the platform is not Windows, use TCP/IP for IPC implementation
|
||||
|
||||
#if !defined(wxUSE_DDE_FOR_IPC)
|
||||
#ifdef __WXMSW__
|
||||
#ifdef __WINDOWS__
|
||||
#define wxUSE_DDE_FOR_IPC 1
|
||||
#else
|
||||
#define wxUSE_DDE_FOR_IPC 0
|
||||
|
Reference in New Issue
Block a user