mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 14:34:29 +08:00
- 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:
@@ -102,7 +102,7 @@ typedef struct _TESTINFO
|
||||
{
|
||||
struct
|
||||
{
|
||||
/* nothing */
|
||||
HANDLE Dummy;
|
||||
} Test1;
|
||||
struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user