Descriptionsize_t fixes for building on win x64
Fixes C4267 warnings, and errors regarding passing size_t* when they chould be unsigned int *.
winrt_utils:
WindowsCreateString takes a UINT32 as size. Truncation would mean
shorter than expected string, but presumably not a severe problem
in this case.
file_picker:
The interface uses unsigned int, not size_t, so change implementation and callers to unsigned int.
R=cpu@chromium.org
BUG=166496
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176854
Patch Set 1 #Patch Set 2 : and file_picker too #Patch Set 3 : . #
Total comments: 2
Patch Set 4 : e_invalidarg -> e_unexpected #
Messages
Total messages: 5 (0 generated)
|