Skip to content

Commit

Permalink
[rtsyn] Fix twsyng x64 crash
Browse files Browse the repository at this point in the history
  • Loading branch information
starg2 committed Sep 26, 2018
1 parent ca63e1f commit 4a1b01b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface/rtsyn_winmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ char sImidiHdr_data[MAX_PORT][MAX_EXBUF][BUFF_SIZE];

struct evbuf_t{
UINT wMsg;
DWORD dwInstance;
DWORD dwParam1;
DWORD dwParam2;
DWORD_PTR dwInstance;
DWORD_PTR dwParam1;
DWORD_PTR dwParam2;
};
#define EVBUFF_SIZE 512
struct evbuf_t evbuf[EVBUFF_SIZE];
Expand Down

0 comments on commit 4a1b01b

Please sign in to comment.