_dev_t for MSVCRT

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Tue Nov 20 15:16:14 CST 2001


Changelog:
	include/msvcrt/sys/types:
	_dev_t in a unsigned integer
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/include/msvcrt/sys/types.h
===================================================================
RCS file: /home/wine/wine/include/msvcrt/sys/types.h,v
retrieving revision 1.2
diff -u -r1.2 types.h
--- wine/include/msvcrt/sys/types.h	2001/10/22 18:59:24	1.2
+++ wine/include/msvcrt/sys/types.h	2001/11/20 19:44:21
@@ -15,7 +15,7 @@
 #endif
 
 
-typedef unsigned short _dev_t;
+typedef unsigned       _dev_t;
 typedef unsigned short _ino_t;
 typedef int            _off_t;
 typedef long           MSVCRT(time_t);




More information about the wine-patches mailing list