]> git.sesse.net Git - vlc/commit
* ./src/libvlc.c: switched the position of msg_Create() and system_Init()
authorSam Hocevar <sam@videolan.org>
Tue, 17 Sep 2002 14:56:13 +0000 (14:56 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 17 Sep 2002 14:56:13 +0000 (14:56 +0000)
commitf213a1d69ab8208359c69284c6dd82d426511656
tree27267c2b7a7f87da6cfa2340d147b82be1e8dac8
parent07dcfb3ffcf50caccc5579ceff39995617675f14
  * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
    because the BeOS system_Init spawns a thread, which makes use of msg_*
    functions.
  * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
    of SignalObjectAndWait in the thread system initialization because
    system_Init() now happens after msg_Create().
src/libvlc.c
src/misc/threads.c
src/misc/win32_specific.c