diff options
Diffstat (limited to '')
-rw-r--r-- | src/dutil/inc/uriutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/uriutil.h b/src/dutil/inc/uriutil.h index 52e78308..d6dfdd6b 100644 --- a/src/dutil/inc/uriutil.h +++ b/src/dutil/inc/uriutil.h | |||
@@ -91,7 +91,7 @@ HRESULT DAPI UriResolve( | |||
91 | __in_z LPCWSTR wzUri, | 91 | __in_z LPCWSTR wzUri, |
92 | __in_opt LPCWSTR wzBaseUri, | 92 | __in_opt LPCWSTR wzBaseUri, |
93 | __out LPWSTR* ppwzResolvedUri, | 93 | __out LPWSTR* ppwzResolvedUri, |
94 | __out_opt const URI_PROTOCOL* pResolvedProtocol | 94 | __out_opt URI_PROTOCOL* pResolvedProtocol |
95 | ); | 95 | ); |
96 | 96 | ||
97 | #ifdef __cplusplus | 97 | #ifdef __cplusplus |