Skip to content
Snippets Groups Projects
Commit cf80c545 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard
Browse files

_dev_t is an unsigned integer.

parent 096bab67
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment