- combotst: Fix uninitialized variable usage spotted by MSVC
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sat, 22 Aug 2009 14:40:56 +0000 (14:40 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sat, 22 Aug 2009 14:40:56 +0000 (14:40 +0000)
commit3a85cbb4dadb982c8397adce4c43dd43ac81403f
treec7f5c4e9f51c829225fc8f21aab2091b94326f3e
parente85cc27f88330b4a65dd18c1bc75f1b3871ef0ba
- combotst: Fix uninitialized variable usage spotted by MSVC
- tmrqueue: Don't use empty structures, MSVC doe
- w32knapi: Implement IntSyscall in MSVC assembly, be compatible with C89 variable initialization and use '%' instead of '\%' to avoid a msvc warning.

svn path=/trunk/; revision=42845
rostests/apitests/w32knapi/ntuser/NtUserToUnicodeEx.c
rostests/apitests/w32knapi/w32knapi.c
rostests/tests/combotst/combotst.c
rostests/tests/tmrqueue/tmrqueue.c