Skip to content

Commit

Permalink
MIDIPlay: Replace profileapi.h with windows.h
Browse files Browse the repository at this point in the history
Signed-off-by: Avery King <[email protected]>
  • Loading branch information
generic-pers0n committed Sep 5, 2024
1 parent c6f6b40 commit 51e243a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MIDIPlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ static PaTime util_GetTime( void )

#elif defined( __WXMSW__ )

#include <profileapi.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>

static double secondsPerTick_;

Expand Down

0 comments on commit 51e243a

Please sign in to comment.