diff options
Diffstat (limited to '')
-rw-r--r-- | src/dutil/inc/thmutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dutil/inc/thmutil.h b/src/dutil/inc/thmutil.h index 00fa1381..11eac9c2 100644 --- a/src/dutil/inc/thmutil.h +++ b/src/dutil/inc/thmutil.h | |||
@@ -36,6 +36,7 @@ typedef HRESULT(CALLBACK *PFNTHM_GET_VARIABLE_STRING)( | |||
36 | typedef HRESULT(CALLBACK *PFNTHM_SET_VARIABLE_STRING)( | 36 | typedef HRESULT(CALLBACK *PFNTHM_SET_VARIABLE_STRING)( |
37 | __in_z LPCWSTR wzVariable, | 37 | __in_z LPCWSTR wzVariable, |
38 | __in_z_opt LPCWSTR wzValue, | 38 | __in_z_opt LPCWSTR wzValue, |
39 | __in BOOL fFormatted, | ||
39 | __in_opt LPVOID pvContext | 40 | __in_opt LPVOID pvContext |
40 | ); | 41 | ); |
41 | 42 | ||