mmdevapi: Correctly convert UINT32 to LONG32.
This commit is contained in:
parent
e3174d93d8
commit
5860a5b386
|
@ -117,7 +117,7 @@ struct ACImpl {
|
||||||
|
|
||||||
HANDLE timer;
|
HANDLE timer;
|
||||||
BYTE *local_buffer, *tmp_buffer;
|
BYTE *local_buffer, *tmp_buffer;
|
||||||
long getbuf_last; /* <0 when using tmp_buffer */
|
LONG32 getbuf_last; /* <0 when using tmp_buffer */
|
||||||
|
|
||||||
CRITICAL_SECTION lock;
|
CRITICAL_SECTION lock;
|
||||||
|
|
||||||
|
|
|
@ -121,7 +121,7 @@ struct ACImpl {
|
||||||
|
|
||||||
BYTE *local_buffer, *tmp_buffer;
|
BYTE *local_buffer, *tmp_buffer;
|
||||||
int buf_state;
|
int buf_state;
|
||||||
long getbuf_last; /* <0 when using tmp_buffer */
|
LONG32 getbuf_last; /* <0 when using tmp_buffer */
|
||||||
HANDLE timer;
|
HANDLE timer;
|
||||||
|
|
||||||
CRITICAL_SECTION lock;
|
CRITICAL_SECTION lock;
|
||||||
|
|
Loading…
Reference in New Issue