mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
Fix compiler errors. Patch by Herve Poussineau. Fixes bug 478
svn path=/trunk/; revision=13267
This commit is contained in:
parent
dcee180336
commit
c0441b0e5f
20 changed files with 87 additions and 96 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue