]> git.pld-linux.org Git - packages/vrpn.git/blob - vrpn-wiiuse.patch
- added wiiuse patch (fix wiiuse build with threading enabled), enabled wiiuse support
[packages/vrpn.git] / vrpn-wiiuse.patch
1 --- vrpn/vrpn_WiiMote.C.orig    2014-11-15 20:29:38.000000000 +0100
2 +++ vrpn/vrpn_WiiMote.C 2014-12-31 14:12:59.422912727 +0100
3 @@ -377,7 +377,7 @@
4  #endif
5         wiimote(new vrpn_Wiimote_Device)
6  {
7 -#ifdef vrpn_THREADS_AVAILABLE
8 +#ifndef vrpn_THREADS_AVAILABLE
9         last_reconnect_attempt.tv_sec = 0;
10         last_reconnect_attempt.tv_usec = 0;
11  #endif
This page took 0.086477 seconds and 3 git commands to generate.