Searched refs:NULL_GUID (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/dinput8/ |
H A D | device.c | 41 static const GUID NULL_GUID = { 0, 0, 0, { 0, 0, 0, 0, 0, 0, 0, 0 } }; variable 602 ok (IsEqualGUID(&NULL_GUID, &af.rgoAction[0].guidInstance), "Action should not be mapped\n"); in test_save_settings() 607 ok (IsEqualGUID(&NULL_GUID, &af.rgoAction[1].guidInstance), "Action should not be mapped\n"); in test_save_settings()
|