mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
// Purpose: Wrapper around <windows.h>, to be included instead of it
|
||||
// Author: Vaclav Slavik
|
||||
// Created: 2003/07/22
|
||||
// RCS-ID: $Id: wrapwin.h 67254 2011-03-20 00:14:35Z DS $
|
||||
// RCS-ID: $Id: wrapwin.h 69784 2011-11-17 16:43:34Z VZ $
|
||||
// Copyright: (c) 2003 Vaclav Slavik
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -80,6 +80,7 @@
|
||||
#if (!defined(_MSC_VER) || (_MSC_VER < 1300)) && !defined(__WIN64__)
|
||||
#define UINT_PTR unsigned int
|
||||
#define INT_PTR int
|
||||
#define HANDLE_PTR unsigned long
|
||||
#define LONG_PTR long
|
||||
#define ULONG_PTR unsigned long
|
||||
#define DWORD_PTR unsigned long
|
||||
|
Reference in New Issue
Block a user