diff options
author | Daniel Cohen Gindi <danielgindi@gmail.com> | 2014-08-29 11:00:26 +0300 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2014-09-02 16:43:17 +0200 |
commit | 54b2400dd761f484c9a5ac4cb63ac63fa1f6b503 (patch) | |
tree | 70764988d22bc5eb501f04ed4d1188b2e16f1b8b /client_examples | |
parent | dfdb11144afc3ef1ea32f0300696471767d640d6 (diff) | |
download | libvncserver-54b2400dd761f484c9a5ac4cb63ac63fa1f6b503.zip libvncserver-54b2400dd761f484c9a5ac4cb63ac63fa1f6b503.tar.gz |
Use Windows' critical sections to emulate pthread's mutexes
With Microsoft Visual C++, we cannot use pthreads (MinGW sports an
emulation library which is the reason we did not need Windows-specific
hacks earlier). Happily, it is very easy to provide Windows-specific
emulations for the pthread calls we use.
[JES: fixed commit message]
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'client_examples')
0 files changed, 0 insertions, 0 deletions