mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Use BOOL (rather than WINBOOL) for compatibility with MSVC
(WINBOOL is MinGW specific)
This commit is contained in:
parent
f9f01104c6
commit
0428f2e4c9
1 changed files with 2 additions and 2 deletions
|
|
@ -25,9 +25,9 @@
|
||||||
typedef HANDLE (WINAPI* AvSetMmThreadCharacteristicsA_t)(LPCSTR TaskName,
|
typedef HANDLE (WINAPI* AvSetMmThreadCharacteristicsA_t)(LPCSTR TaskName,
|
||||||
LPDWORD TaskIndex);
|
LPDWORD TaskIndex);
|
||||||
|
|
||||||
typedef WINBOOL (WINAPI* AvRevertMmThreadCharacteristics_t)(HANDLE AvrtHandle);
|
typedef BOOL (WINAPI* AvRevertMmThreadCharacteristics_t)(HANDLE AvrtHandle);
|
||||||
|
|
||||||
typedef WINBOOL (WINAPI* AvSetMmThreadPriority_t)(
|
typedef BOOL (WINAPI* AvSetMmThreadPriority_t)(
|
||||||
HANDLE AvrtHandle, mmcss::AVRT_PRIORITY Priority);
|
HANDLE AvrtHandle, mmcss::AVRT_PRIORITY Priority);
|
||||||
|
|
||||||
static HMODULE avrt_dll = NULL;
|
static HMODULE avrt_dll = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue