Fix compiler errors. Patch by Herve Poussineau. Fixes bug 478

svn path=/trunk/; revision=13267
This commit is contained in:
Alex Ionescu 2005-01-25 05:11:17 +00:00
parent dcee180336
commit c0441b0e5f
20 changed files with 87 additions and 96 deletions

View file

@ -1,6 +1,6 @@
//======================================================================
//
// $Id: format.c,v 1.3 2003/01/14 18:51:12 guido Exp $
// $Id$
//
// Formatx
//
@ -334,7 +334,7 @@ wmain( int argc, WCHAR *argv[] )
{
int badArg;
DWORD media;
DWORD media = 0;
DWORD driveType;
WCHAR fileSystem [1024];