diff options
Diffstat (limited to 'src/dutil/inc/deputil.h')
-rw-r--r-- | src/dutil/inc/deputil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/deputil.h b/src/dutil/inc/deputil.h index a08d2eb5..8f5f0ae8 100644 --- a/src/dutil/inc/deputil.h +++ b/src/dutil/inc/deputil.h | |||
@@ -27,7 +27,7 @@ DAPI_(HRESULT) DepGetProviderInformation( | |||
27 | __in_z LPCWSTR wzProviderKey, | 27 | __in_z LPCWSTR wzProviderKey, |
28 | __deref_out_z_opt LPWSTR* psczId, | 28 | __deref_out_z_opt LPWSTR* psczId, |
29 | __deref_out_z_opt LPWSTR* psczName, | 29 | __deref_out_z_opt LPWSTR* psczName, |
30 | __out_opt DWORD64* pqwVersion | 30 | __deref_out_z_opt LPWSTR* psczVersion |
31 | ); | 31 | ); |
32 | 32 | ||
33 | /*************************************************************************** | 33 | /*************************************************************************** |