ditch explicit close command; just close the handle
This commit is contained in:
@@ -304,8 +304,6 @@ namespace SymbolLookup
|
|||||||
|
|
||||||
RString CrashChildGetModuleBaseName( HMODULE hMod )
|
RString CrashChildGetModuleBaseName( HMODULE hMod )
|
||||||
{
|
{
|
||||||
int iCmd = 1;
|
|
||||||
write( _fileno(stdout), &iCmd, sizeof(iCmd) );
|
|
||||||
write( _fileno(stdout), &hMod, sizeof(hMod) );
|
write( _fileno(stdout), &hMod, sizeof(hMod) );
|
||||||
|
|
||||||
int iFD = fileno(stdin);
|
int iFD = fileno(stdin);
|
||||||
|
|||||||
Reference in New Issue
Block a user