mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
replace _sleep with Sleep to fix the gcc 4.x build
svn path=/trunk/; revision=25606
This commit is contained in:
@@ -715,7 +715,7 @@ CurrencyOptsSetProc(HWND hwndDlg,
|
||||
InitNegCurrencySumCB(hwndDlg);
|
||||
|
||||
/* FIXME: */
|
||||
_sleep(15);
|
||||
Sleep(15);
|
||||
UpdateCurrencyLocaleSamples(hwndDlg, LOCALE_USER_DEFAULT);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -596,7 +596,7 @@ DateOptsSetProc(HWND hwndDlg,
|
||||
if(!SetLongDateFormat(hwndDlg)) break;
|
||||
InitShortDateCB(hwndDlg);
|
||||
/* FIXME: */
|
||||
_sleep(15);
|
||||
Sleep(15);
|
||||
UpdateDateLocaleSamples(hwndDlg, LOCALE_USER_DEFAULT);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -837,7 +837,7 @@ NumsOptsSetProc(HWND hwndDlg,
|
||||
InitNegNumFmtCB(hwndDlg);
|
||||
|
||||
/* FIXME: */
|
||||
_sleep(15);
|
||||
Sleep(15);
|
||||
/* Update sum format samples */
|
||||
UpdateNumSamples(hwndDlg, LOCALE_USER_DEFAULT);
|
||||
}
|
||||
|
||||
@@ -523,7 +523,7 @@ TimeOptsSetProc(HWND hwndDlg,
|
||||
|
||||
|
||||
/* FIXME: */
|
||||
_sleep(15);
|
||||
Sleep(15);
|
||||
UpdateTimeLocaleSamples(hwndDlg, LOCALE_USER_DEFAULT);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user