- removed csfml-system dependency!

use phobos functionality for that

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1438 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
trass3r 2010-03-03 22:04:19 +00:00
parent b4189fd660
commit d60a7be49a
8 changed files with 9 additions and 406 deletions

View file

@ -26,7 +26,7 @@
module dsfml.system.lock;
import dsfml.system.mutex;
import core.sync.mutex;
/**
* Encapsulation of an critical section. Unlocking is guaranteed when the Lock goes out of scope, even on exception.