j
k
j a
j l
Austin English austinenglish@gmail.com wrote:
+VOID WINAPI InitializeConditionVariable(PCONDITION_VARIABLE variable) +{ FIXME("stub: %p\n", variable); variable = NULL; +}
+VOID WINAPI InitializeConditionVariable(PCONDITION_VARIABLE variable) +{
+}
'variable = NULL;' is a nop, you may need to add a real initialization.
Back to the thread
Back to the list