Commits

Saleem Abdulrasool committed 924e8cd690a
shims: correct __swift_size_t for Windows Windows uses `unsigned int` for `__SIZE_TYPE__` on the 32-bit targets and `long long unsigned int` for 64-bit targets. Reflect this for the `__swift_size_t` type definition.