Re: [1/4] msvcirt: Implement ios static locking (try 3)
16 Jul
2015
16 Jul
'15
10:15 a.m.
Hi Iván, On 07/15/15 21:29, Iván Matellanes wrote:
+CRITICAL_SECTION ios_static_lock; ... +CRITICAL_SECTION ios_static_lock = { &ios_static_lock_debug, -1, 0, 0, 0, 0 }; This will not compile when Microsoft Visual Studio is used (variable redefinition). Please use "extern".
Thanks, Piotr
3806
Age (days ago)
3806
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban