audk/EmulatorPkg/Win/Host
Nate DeSimone 5a2490df0e EmulatorPkg: Update MMTimerThread() signature
In the early 2000s as part of the x64 transition the definition
for LPTIMECALLBACK changed from (UINT, UINT, DWORD, DWORD, DWORD)
to (UINT, UINT, DWORD_PTR, DWORD_PTR, DWORD_PTR). However,
the MMTimerThread() function was never updated to the new
signature. Since the implementation does not use the last three
parameters, this issue has not been caught until now.

Cc: Andrew Fish <afish@apple.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2024-01-05 20:32:08 +00:00
..
WinBlockIo.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
WinFileSystem.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
WinGop.h EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
WinGopInput.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
WinGopScreen.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
WinHost.c EmulatorPkg: Record Argc, Argv and Envp in EmuThunk Ppi 2022-12-08 10:44:20 +00:00
WinHost.h EmulatorPkg/WinHost: Add Reset2 PPI 2022-12-05 05:35:41 +00:00
WinHost.inf EmulatorPkg: Add persistent memory in EmuThunkPpi 2022-12-08 10:44:20 +00:00
WinInclude.h EmulatorPkg/Win/Host: Fix RUNTIME_FUNCTION redefinition error 2023-07-24 03:57:52 +00:00
WinMemoryAllocationLib.c EmulatorPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
WinPacketFilter.c EmulatorPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
WinThunk.c EmulatorPkg: Update MMTimerThread() signature 2024-01-05 20:32:08 +00:00