mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 09:55:11 -04:00
[misc] move drive related functions into their own source
This commit is contained in:
parent
79f3e78ec3
commit
2390b305c8
10 changed files with 226 additions and 162 deletions
5
stdio.c
5
stdio.c
|
@ -31,6 +31,11 @@
|
|||
#include "rufus.h"
|
||||
#include "resource.h"
|
||||
|
||||
/*
|
||||
* Globals
|
||||
*/
|
||||
HWND hStatus;
|
||||
|
||||
#ifdef RUFUS_DEBUG
|
||||
void _uprintf(const char *format, ...)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue