Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwild <alexwild@users.sourceforge.net>2007-09-10 16:21:28 +0400
committeralexwild <alexwild@users.sourceforge.net>2007-09-10 16:21:28 +0400
commitf7ab85d92d39ff1c1bcdbb519d0fecae10cb501d (patch)
tree7a203bd9ef69760a118f4c7f3b2c922fc0b98509 /src/apps/mplayerc/LcdSupport.h
parent0ec14dcc46a6f2e64575b082a09fa61f6105e9d8 (diff)
ensure everything is thread safe
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@208 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/LcdSupport.h')
-rw-r--r--src/apps/mplayerc/LcdSupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps/mplayerc/LcdSupport.h b/src/apps/mplayerc/LcdSupport.h
index 47f38ebeb..34fe8a267 100644
--- a/src/apps/mplayerc/LcdSupport.h
+++ b/src/apps/mplayerc/LcdSupport.h
@@ -63,6 +63,7 @@ class CMPC_Lcd
CLCDMyManager m_Manager;
bool Thread_Loop;
__time64_t nThread_tTimeout;
+ CRITICAL_SECTION cs;
CMPC_Lcd();
~CMPC_Lcd();