diff options
Diffstat (limited to 'src/dutil/inc/strutil.h')
| -rw-r--r-- | src/dutil/inc/strutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dutil/inc/strutil.h b/src/dutil/inc/strutil.h index cf8c751c..1cff9ab8 100644 --- a/src/dutil/inc/strutil.h +++ b/src/dutil/inc/strutil.h | |||
| @@ -277,12 +277,12 @@ void DAPI StrStringToLower( | |||
| 277 | HRESULT DAPI StrAllocStringToUpperInvariant( | 277 | HRESULT DAPI StrAllocStringToUpperInvariant( |
| 278 | __deref_out_z LPWSTR* pscz, | 278 | __deref_out_z LPWSTR* pscz, |
| 279 | __in_z LPCWSTR wzSource, | 279 | __in_z LPCWSTR wzSource, |
| 280 | __in int cchSource | 280 | __in SIZE_T cchSource |
| 281 | ); | 281 | ); |
| 282 | HRESULT DAPI StrAllocStringToLowerInvariant( | 282 | HRESULT DAPI StrAllocStringToLowerInvariant( |
| 283 | __deref_out_z LPWSTR* pscz, | 283 | __deref_out_z LPWSTR* pscz, |
| 284 | __in_z LPCWSTR wzSource, | 284 | __in_z LPCWSTR wzSource, |
| 285 | __in int cchSource | 285 | __in SIZE_T cchSource |
| 286 | ); | 286 | ); |
| 287 | 287 | ||
| 288 | HRESULT DAPI StrArrayAllocString( | 288 | HRESULT DAPI StrArrayAllocString( |
