[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

@ -31,6 +31,11 @@
#include "rufus.h"
#include "resource.h"
/*
* Globals
*/
HWND hStatus;
#ifdef RUFUS_DEBUG
void _uprintf(const char *format, ...)
{