winioctl.h cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ChangeLog
    Remove non-standard header includes from winioctl.h 

Index: include/winioctl.h
===================================================================
RCS file: /var/cvs/wine/include/winioctl.h,v
retrieving revision 1.12
diff -u -r1.12 winioctl.h
--- include/winioctl.h	28 Aug 2003 21:43:35 -0000	1.12
+++ include/winioctl.h	4 Sep 2003 04:34:04 -0000
@@ -19,8 +19,6 @@
 #ifndef __WINE_WINIOCTL_H
 #define __WINE_WINIOCTL_H
 
-#include <winnt.h>
-
 #define CTL_CODE( DeviceType, Function, Method, Access ) (                 \
     (DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
 )


-- 
Dimi.



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux