mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
This commit is contained in:
parent
de070bf485
commit
a90b5cf37a
1998 changed files with 1034301 additions and 0 deletions
20
wxWidgets/include/wx/private/browserhack28.h
Normal file
20
wxWidgets/include/wx/private/browserhack28.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/private/browserhack28.h
|
||||
// Purpose: Allows GUI library to override base wxLaunchDefaultBrowser.
|
||||
// Author: David Elliott
|
||||
// Modified by:
|
||||
// Created: 2007-08-19
|
||||
// RCS-ID: $Id: browserhack28.h 48184 2007-08-19 19:22:09Z DE $
|
||||
// Copyright: (c) David Elliott
|
||||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_PRIVATE_BROWSERHACK28_H_
|
||||
#define _WX_PRIVATE_BROWSERHACK28_H_
|
||||
|
||||
typedef bool (*wxLaunchDefaultBrowserImpl_t)(const wxString& url, int flags);
|
||||
|
||||
// Function the GUI library can call to provide a better implementation
|
||||
WXDLLIMPEXP_BASE void wxSetLaunchDefaultBrowserImpl(wxLaunchDefaultBrowserImpl_t newImpl);
|
||||
|
||||
#endif //ndef _WX_PRIVATE_BROWSERHACK28_H_
|
Loading…
Add table
Add a link
Reference in a new issue