| Summary: | VS2010 project doesn't include the SDL_syscond.c file | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Liam <liamkf> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | trivial | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows 7 | ||
|
Description
Liam
2011-08-23 09:09:18 UTC
As a note: Windows Vista (and Windows Server 2008) added real condition variables to the Windows API:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682052(v=vs.85).aspx
InitializeConditionVariable, SleepConditionVariableCS, etc.
We'd still need our generic implementation for Windows XP, though.
--ryan.
Fixed, thanks! http://hg.libsdl.org/SDL/rev/6b1932e5a36b |