mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[togo] Add Windows To Go support - part 2
* Closes #126 * Only supported on Windows 8 or later for now * Also fix MinGW and WDK compilation issues
This commit is contained in:
parent
295650a8b4
commit
032d4413c8
17 changed files with 251 additions and 70 deletions
|
@ -407,11 +407,11 @@ char* lmprintf(int msg_id, ...)
|
|||
#define MSG_INFO 1
|
||||
#define MSG_LOW_PRI 0
|
||||
#define MSG_HIGH_PRI 1
|
||||
char szMessage[2][2][MSG_LEN] = { 0 };
|
||||
char szMessage[2][2][MSG_LEN] = { {"", ""}, {"", ""} };
|
||||
char* szStatusMessage = szMessage[MSG_STATUS][MSG_HIGH_PRI];
|
||||
static BOOL bStatusTimerArmed = FALSE;
|
||||
|
||||
static __inline OutputMessage(BOOL info, char* msg)
|
||||
static void __inline OutputMessage(BOOL info, char* msg)
|
||||
{
|
||||
if (info)
|
||||
SetWindowTextU(hInfo, msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue