diff options
author | Chris Robinson <[email protected]> | 2011-09-20 14:59:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-20 14:59:01 -0700 |
commit | 390d94ec97f52bf96a69dd7a698063c1e1f04bb2 (patch) | |
tree | 2cd7996423ecba2af2f4ee9029acc653013a90f8 /OpenAL32 | |
parent | e01092a0da3559a8c8c28312388ef9b416319aae (diff) |
Define _WIN32_WINNT on the command line with _WIN32
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 558f620b..7bcbef8f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -163,9 +163,6 @@ typedef ptrdiff_t ALsizeiptrEXT; #ifdef _WIN32 -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0500 -#endif #include <windows.h> typedef DWORD pthread_key_t; |