Skip to content
Snippets Groups Projects
Commit 882e8ad0 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard
Browse files

Fix for mingw32.

parent 40aa1c79
No related branches found
No related tags found
No related merge requests found
......@@ -1335,9 +1335,11 @@ typedef struct _MMCKINFO
#define MMIO_CREATERIFF 0x0020 /* mmioCreateChunk: make a LIST chunk */
#define MMIO_CREATELIST 0x0040 /* mmioCreateChunk: make a RIFF chunk */
#ifndef SEEK_SET
#define SEEK_SET 0
#define SEEK_CUR 1
#define SEEK_END 2
#endif /* SEEK_SET */
#define MMIOM_READ MMIO_READ /* read */
#define MMIOM_WRITE MMIO_WRITE /* write */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment