ditch explicit close command; just close the handle

This commit is contained in:
Glenn Maynard
2006-02-13 23:02:18 +00:00
parent 4b7f50f673
commit 5f72bea070
@@ -304,8 +304,6 @@ namespace SymbolLookup
RString CrashChildGetModuleBaseName( HMODULE hMod )
{
int iCmd = 1;
write( _fileno(stdout), &iCmd, sizeof(iCmd) );
write( _fileno(stdout), &hMod, sizeof(hMod) );
int iFD = fileno(stdin);