aboutsummaryrefslogtreecommitdiff
path: root/lib/UnrarXLib/extract.cpp
diff options
context:
space:
mode:
authorFernetMenta <fernetmenta@online.de>2011-07-31 14:12:53 +0200
committerJim Carroll <thecarrolls@jiminger.com>2012-04-21 07:53:55 -0400
commit64427d44d61950244b376c8ae8b6dd62c460d7f6 (patch)
tree8e3e6eca7967fb58d050f1baa2a0eb4929e4957b /lib/UnrarXLib/extract.cpp
parent8d73c5d1f18c2fcac2aa7fc83dd2d653a4b9b0f9 (diff)
threads: remove WINAPI, implement priority for pthreads
Also: [fix] threads: fix race condition when stopping thread - cherry pick merge Also, from jimfcarroll: [fixed] AirPlayServer now complies with the new CThread constructor requirements (that is, you must supply a thread name). replace custom thread local storage with the XbmcThreads::ThreadLocal template. [cosmetic] removed incorrect hungarian notation. [cleanup] Removed XSyncUtils. Moved the GlobalMemoryStatus call to XMemUtil. Cleaned up code that used the #define INFINITE from XSyncUtils.h [cleanup] Some miscellaneous cleanup. Fixed initialization warning in LCD. Removed some unused functions and members. [cleanup] PAPlayer warning due to constructor initialization list order.
Diffstat (limited to 'lib/UnrarXLib/extract.cpp')
-rw-r--r--lib/UnrarXLib/extract.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/UnrarXLib/extract.cpp b/lib/UnrarXLib/extract.cpp
index b4a8091aac..da608572de 100644
--- a/lib/UnrarXLib/extract.cpp
+++ b/lib/UnrarXLib/extract.cpp
@@ -1,9 +1,5 @@
#include "rar.hpp"
#include "Util.h"
-#ifdef _LINUX
-#include "XSyncUtils.h"
-#include "XEventUtils.h"
-#endif
// a cautious wrapper around strncpy
char *strncpy_null_terminated(char *dest, const char *src, size_t n)