Commit cf80c545 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

_dev_t is an unsigned integer.

parent 096bab67
......@@ -15,7 +15,7 @@
#endif
typedef unsigned short _dev_t;
typedef unsigned int _dev_t;
typedef unsigned short _ino_t;
typedef int _off_t;
typedef long MSVCRT(time_t);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment