log lpbIsInVB bool
This commit is contained in:
parent
8ff40f986c
commit
52c536d5c3
1 changed files with 2 additions and 0 deletions
2
src/dd.c
2
src/dd.c
|
@ -612,6 +612,8 @@ HRESULT dd_GetVerticalBlankStatus(LPBOOL lpbIsInVB)
|
|||
*lpbIsInVB = TRUE;
|
||||
}
|
||||
|
||||
TRACE(" lpbIsInVB = %s\n", *lpbIsInVB ? "TRUE" : "FALSE");
|
||||
|
||||
return DD_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue