use gotourl
This commit is contained in:
@@ -30,9 +30,8 @@
|
|||||||
#include "disasm.h"
|
#include "disasm.h"
|
||||||
#include "CrashList.h"
|
#include "CrashList.h"
|
||||||
|
|
||||||
// GotoURL pulls in MFC stuff that we really shouldn't have here.
|
#include "archutils/Win32/GotoURL.h"
|
||||||
// #include "RageUtil.h" // for GotoURL
|
|
||||||
HINSTANCE GotoURL(const char *url);
|
|
||||||
static void DoSave(const EXCEPTION_POINTERS *pExc);
|
static void DoSave(const EXCEPTION_POINTERS *pExc);
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
#include "../../RageUtil.h"
|
#include "../../RageUtil.h"
|
||||||
#include "../../resource.h"
|
#include "../../resource.h"
|
||||||
|
|
||||||
|
#include "../../archutils/Win32/GotoURL.h"
|
||||||
|
|
||||||
#include "ErrorDialog_Win32.h"
|
#include "ErrorDialog_Win32.h"
|
||||||
|
|
||||||
static CString g_sErrorString;
|
static CString g_sErrorString;
|
||||||
|
|||||||
Reference in New Issue
Block a user