mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 05:34:15 -04:00
[ui] added FS selection and tooltip
This commit is contained in:
parent
4f3ebdf92c
commit
f661e5c585
4 changed files with 42 additions and 12 deletions
2
stdlg.c
2
stdlg.c
|
@ -619,7 +619,7 @@ INT_PTR CALLBACK TooltipCallback(HWND hDlg, UINT message, WPARAM wParam, LPARAM
|
|||
* duration sets the duration in ms. Use -1 for default
|
||||
* message is an UTF-8 string
|
||||
*/
|
||||
HWND CreateTooltip(HWND hControl, char* message, int duration)
|
||||
HWND CreateTooltip(HWND hControl, const char* message, int duration)
|
||||
{
|
||||
TOOLINFOW toolInfo = {0};
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue