]> git.sesse.net Git - vlc/commit
Win32: use clock field to discriminate static variables
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 10 Sep 2012 14:04:05 +0000 (17:04 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 10 Sep 2012 14:07:09 +0000 (17:07 +0300)
commit14c1430db64d6d2636f9925782e93a953052d767
treeef835f8c45ba1fedae50b261d7646a6fb5b226df
parentbe75acdff70922cb7d5d0bacebd3f9e614d9263e
Win32: use clock field to discriminate static variables

This avoids having to make assumptions about the layout of the
underlying condition variables in the OS.
src/win32/thread.c