mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-04 16:53:54 -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
7
format.c
7
format.c
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue