use gotourl

This commit is contained in:
Glenn Maynard
2002-12-17 06:34:08 +00:00
parent e114509180
commit bfa62817a7
2 changed files with 4 additions and 3 deletions
+2 -3
View File
@@ -30,9 +30,8 @@
#include "disasm.h"
#include "CrashList.h"
// GotoURL pulls in MFC stuff that we really shouldn't have here.
// #include "RageUtil.h" // for GotoURL
HINSTANCE GotoURL(const char *url);
#include "archutils/Win32/GotoURL.h"
static void DoSave(const EXCEPTION_POINTERS *pExc);
///////////////////////////////////////////////////////////////////////////
@@ -2,6 +2,8 @@
#include "../../RageUtil.h"
#include "../../resource.h"
#include "../../archutils/Win32/GotoURL.h"
#include "ErrorDialog_Win32.h"
static CString g_sErrorString;