mmdevapi: Correctly convert UINT32 to LONG32.

oldstable
Andrew Eikum 2012-01-30 11:04:17 -06:00 committed by Alexandre Julliard
parent e3174d93d8
commit 5860a5b386
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ struct ACImpl {
HANDLE timer;
BYTE *local_buffer, *tmp_buffer;
long getbuf_last; /* <0 when using tmp_buffer */
LONG32 getbuf_last; /* <0 when using tmp_buffer */
CRITICAL_SECTION lock;

View File

@ -121,7 +121,7 @@ struct ACImpl {
BYTE *local_buffer, *tmp_buffer;
int buf_state;
long getbuf_last; /* <0 when using tmp_buffer */
LONG32 getbuf_last; /* <0 when using tmp_buffer */
HANDLE timer;
CRITICAL_SECTION lock;