diff options
| author | dearblue <[email protected]> | 2020-08-11 22:09:28 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2020-08-11 22:09:28 +0900 |
| commit | c5dc184a6dbf08ba30bab4e05c8515bb9b5bcba2 (patch) | |
| tree | 70fe0d358554931f23b2adc694d2bd41796a5be5 /include/mruby.h | |
| parent | 3b8df2c285529a8fc68cad9bf00b37fe2c7ac062 (diff) | |
| download | mruby-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
