mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 05:36:56 +00:00
_dev_t is an unsigned integer.
This commit is contained in:
parent
096bab67c0
commit
cf80c545a5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user