Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dinput8wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Jun 22, 2024
2 parents 1066284 + 0da3e56 commit 7035806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dllmain/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 7056
#define BUILD_NUMBER 7057
2 changes: 1 addition & 1 deletion dinput8/IDirectInput8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ HRESULT m_IDirectInput8::EnumDevicesT(DWORD dwDevType, V lpCallback, LPVOID pvRe
{
std::vector<D> CacheDevices;

static BOOL DIEnumDevicesCallback(const D* lpddi, LPVOID pvRef)
static BOOL CALLBACK DIEnumDevicesCallback(const D* lpddi, LPVOID pvRef)
{
EnumDevices* self = (EnumDevices*)pvRef;

Expand Down

0 comments on commit 7035806

Please sign in to comment.