This call is only in Win2k, VC6 is having trouble finding it, and I can't

seem to find the prototype (even in VC7--despite the fact that it does have
one), and it's not important enough to spend more time on right now ...
This commit is contained in:
Glenn Maynard
2005-01-24 00:27:04 +00:00
parent 1dbb8cfac2
commit bc9c3d1af9
@@ -35,9 +35,6 @@ CString GetNewWindow()
sName = Basename(sName);
if( h == GetShellWindow() )
sName += " (shell)";
return sName;
}