summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authordearblue <[email protected]>2020-08-11 22:09:28 +0900
committerdearblue <[email protected]>2020-08-11 22:09:28 +0900
commitc5dc184a6dbf08ba30bab4e05c8515bb9b5bcba2 (patch)
tree70fe0d358554931f23b2adc694d2bd41796a5be5 /include/mruby.h
parent3b8df2c285529a8fc68cad9bf00b37fe2c7ac062 (diff)
downloadmruby-c5dc184a6dbf08ba30bab4e05c8515bb9b5bcba2.tar.gz
mruby-c5dc184a6dbf08ba30bab4e05c8515bb9b5bcba2.zip
Use `struct _stat32` instead of `struct __stat32`
It is described as `struct __stat32` in the MSVC reference manual. https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/stat-functions?view=vs-2019 But it doesn't really exist, so it must use `struct _stat32`. It also replaces `struct __stat64` with `struct _stat64` to make it look nicer.
Diffstat (limited to 'include/mruby.h')
0 files changed, 0 insertions, 0 deletions