mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
4
Externals/wxWidgets3/include/wx/atomic.h
vendored
4
Externals/wxWidgets3/include/wx/atomic.h
vendored
@ -3,7 +3,7 @@
|
||||
// Purpose: functions to manipulate atomically integers and pointers
|
||||
// Author: Armel Asselin
|
||||
// Created: 12/13/2006
|
||||
// RCS-ID: $Id: atomic.h 53954 2008-06-02 20:42:23Z VZ $
|
||||
// RCS-ID: $Id: atomic.h 70808 2012-03-04 20:31:42Z VZ $
|
||||
// Copyright: (c) Armel Asselin
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -43,7 +43,7 @@ inline wxUint32 wxAtomicDec (wxUint32 &value)
|
||||
}
|
||||
|
||||
|
||||
#elif defined(__WXMSW__)
|
||||
#elif defined(__WINDOWS__)
|
||||
|
||||
// include standard Windows headers
|
||||
#include "wx/msw/wrapwin.h"
|
||||
|
Reference in New Issue
Block a user