64bit Windows fix (patch by Marcus Meissner)

This commit is contained in:
Ludwig Nussel 2010-04-16 09:29:34 +00:00
parent 112287088e
commit 368a3be2a6
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ char *ex_argv[MAX_EX_ARGC];
void ExpandWildcards( int *argc, char ***argv )
{
struct _finddata_t fileinfo;
int handle;
intptr_t handle;
int i;
char filename[1024];
char filebase[1024];