Changing StdAfx.* to global.*.

First, we have a case mismatch ("stdafx"), so we're stuck with either
a rename or a global search and replace anyway.

SF is weird about renaming files: if I try removing "StdAfx" and add
"stdafx", the CVS server will crash.

I'm renaming this to "global" for another reason: "stdafx" is a well-known
filename for Windows's special-case PCH; I don't want to confuse porters
who might ignore it.  (Besides, it has nothing to do with AFX ...)
This commit is contained in:
Glenn Maynard
2003-02-16 03:56:52 +00:00
parent 0d294b27b2
commit 673eb1add6
2 changed files with 132 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
/* This is just a dummy file for Win32 pre-compiled headers. */
#include "global.h"