- 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
This commit is contained in:
Stefan Ginsberg
2009-08-22 14:40:56 +00:00
parent e85cc27f88
commit 3a85cbb4da
4 changed files with 24 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ typedef struct _TESTINFO
{
struct
{
/* nothing */
HANDLE Dummy;
} Test1;
struct
{