_dev_t for MSVCRT

Marcus Meissner marcus at jet.franken.de
Wed Nov 21 01:15:38 CST 2001


On Tue, Nov 20, 2001 at 10:16:14PM +0100, Uwe Bonnes wrote:
> 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;

Dann sollte da aber 'unsigned int' stehen ;)

Ciao, Marcus




More information about the wine-devel mailing list