aboutsummaryrefslogtreecommitdiff
path: root/devel/pcsc-cyberjack/files/patch-cjeca32_RSCTCriticalSection.cpp
blob: f80f57292a1f791f70f329403a9213823e248a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cjeca32/RSCTCriticalSection.cpp.orig	2021-11-03 13:00:16 UTC
+++ cjeca32/RSCTCriticalSection.cpp
@@ -22,7 +22,7 @@ void CRSCTCriticalSection::Leave(void)
 	LeaveCriticalSection(&m_hCritSec);
 }
 
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_FREEBSD)
 
 CRSCTCriticalSection::CRSCTCriticalSection(void){
 }