Fix VC8 macro redef warning. (DONE!)

This commit is contained in:
Jason Felds
2006-07-18 03:58:34 +00:00
parent bea4177222
commit 11cff15f6f
2 changed files with 3 additions and 3 deletions
@@ -117,7 +117,7 @@ namespace VDDebugInfo
pctx->sRawBlock = RString();
pctx->pRVAHeap = NULL;
GetVDIPath( pctx->sFilename, ARRAYSIZE(pctx->sFilename) );
GetVDIPath( pctx->sFilename, ARRAY_SIZE(pctx->sFilename) );
pctx->sError = RString();
HANDLE h = CreateFile( pctx->sFilename, GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL );