Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Windows Multimedia Module (winmm.dll) hook #216

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge branch 'main' into winmm-hook
  • Loading branch information
retroluxfilm authored Jun 27, 2021
commit c5b39fdc07c598bdb1501c5f8ac60f114b0e9867
7 changes: 7 additions & 0 deletions res/exports.def
Original file line number Diff line number Diff line change
@@ -64,6 +64,12 @@ EXPORTS
DXGIGetDebugInterface1 PRIVATE
DXGIReportAdapterConfiguration PRIVATE

1 conflicting file
exports.def
res/exports.def
res/exports.def
1 conflict

; opengl32.dll
glAccum PRIVATE
glAlphaFunc PRIVATE
@@ -464,6 +470,7 @@ EXPORTS

; dinput8.dll
DirectInput8Create PRIVATE
GetdfDIJoystick PRIVATE

; winmm.dll (winmm.lib)
CloseDriver = HookCloseDriver PRIVATE
You are viewing a condensed version of this merge commit. You can view the full changes here.