and some more stdafx -> global

(whew)
This commit is contained in:
Glenn Maynard
2003-02-16 04:05:10 +00:00
parent 6cabe523a6
commit 7a7f7372e2
5 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
#include "../../stdafx.h"
#include "global.h"
#include "AppInstance.h"
AppInstance::AppInstance()
+1 -1
View File
@@ -1,4 +1,4 @@
#include "stdafx.h"
#include "global.h"
// from VirtualDub
// Copyright (C) 1998-2001 Avery Lee
@@ -1,4 +1,4 @@
#include "stdafx.h"
#include "global.h"
#include "DebugInfoHunt.h"
#include "RageLog.h"
#include "RageUtil.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../stdafx.h"
#include "global.h"
#include "GotoURL.h"
static LONG GetRegKey(HKEY key, const char *subkey, LPTSTR retdata)
+1 -1
View File
@@ -15,7 +15,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "stdafx.h"
#include "global.h"
#include "tls.h"
// XXX
#include "archutils/win32/crash.h"