Removed emu_* threading code which wasn't being used anyway.
authorJim Carroll <thecarrolls@jiminger.com>
Sat, 11 Jun 2011 00:44:26 +0000 (20:44 -0400)
committerJim Carroll <thecarrolls@jiminger.com>
Thu, 23 Jun 2011 14:15:25 +0000 (10:15 -0400)
commit16a725f0c87dc8ad1dc7925e2bc52e7ff0c049a6
treea1b6de8d5eecf17304fa232eeb828faab87afa53
parent62171b3f0be07ba706a777c9c3f64fd3c06f711d
Removed emu_* threading code which wasn't being used anyway.

Moved the mutex and guard classes to boost.
12 files changed:
configure.in
xbmc/cores/DllLoader/exports/emu_kernel32.cpp
xbmc/cores/DllLoader/exports/emu_kernel32.h
xbmc/cores/DllLoader/exports/emu_msvcrt.cpp
xbmc/linux/Makefile.in
xbmc/threads/CriticalSection.cpp [deleted file]
xbmc/threads/CriticalSection.h
xbmc/threads/Makefile
xbmc/threads/SharedSection.cpp [deleted file]
xbmc/threads/SharedSection.h
xbmc/threads/SingleLock.cpp [deleted file]
xbmc/threads/SingleLock.h