[misc] move drive related functions into their own source

This commit is contained in:
Pete Batard 2011-12-01 17:54:35 +00:00
parent 79f3e78ec3
commit 2390b305c8
10 changed files with 226 additions and 162 deletions

View file

@ -27,7 +27,7 @@
#include <string.h>
#include <stdlib.h>
#include <process.h>
// #include <ctype.h>
#include <stddef.h>
#include "msapi_utf8.h"
#include "rufus.h"
@ -38,6 +38,11 @@
#include "file.h"
#include "format.h"
/*
* Globals
*/
DWORD FormatStatus;
/*
* FormatEx callback. Return FALSE to halt operations
*/