mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 07:18:29 -04:00
[misc] move I/O functions into their own source
This commit is contained in:
parent
08d68301cd
commit
bc252400a1
9 changed files with 148 additions and 112 deletions
2
rufus.h
2
rufus.h
|
@ -75,6 +75,8 @@ extern char szFolderPath[MAX_PATH];
|
|||
* Shared prototypes
|
||||
*/
|
||||
extern char *WindowsErrorString(void);
|
||||
extern void DumpBufferHex(void *buf, size_t size);
|
||||
extern void PrintStatus(const char *format, ...);
|
||||
extern void CenterDialog(HWND hDlg);
|
||||
extern void CreateStatusBar(void);
|
||||
extern INT_PTR CreateAboutBox(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue