Removed dependencies to OS-specific headers in sfml-system
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1023 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
2228419caf
commit
9a7fcc04be
21 changed files with 531 additions and 306 deletions
|
@ -335,11 +335,11 @@
|
|||
Name="Win32"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Mutex.cpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\MutexImpl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Mutex.hpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\MutexImpl.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -351,11 +351,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Thread.cpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\ThreadImpl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Thread.hpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\ThreadImpl.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
@ -375,6 +375,10 @@
|
|||
RelativePath="..\..\src\SFML\System\Lock.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Mutex.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Mutex.hpp"
|
||||
>
|
||||
|
@ -415,6 +419,10 @@
|
|||
RelativePath="..\..\src\SFML\System\Sleep.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Thread.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Thread.hpp"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue