changeset 27721:ed6ee2ef3b53

Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes: vidix/sysdep/libdha_win32.c:34:1: warning: "FILE_ANY_ACCESS" redefined vidix/sysdep/libdha_win32.c:35:1: warning: "CTL_CODE" redefined
author diego
date Mon, 13 Oct 2008 14:47:11 +0000
parents 66d7ea3f5a78
children a593f936d330
files vidix/sysdep/libdha_win32.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/sysdep/libdha_win32.c	Mon Oct 13 14:40:58 2008 +0000
+++ b/vidix/sysdep/libdha_win32.c	Mon Oct 13 14:47:11 2008 +0000
@@ -31,9 +31,6 @@
 /*#include "winioctl.h"*/
 #define FILE_DEVICE_UNKNOWN             0x00000022
 #define METHOD_NEITHER                  3
-#define FILE_ANY_ACCESS                 0
-#define CTL_CODE( DeviceType, Function, Method, Access ) ( \
-    ((DeviceType)<<16) | ((Access)<<14) | ((Function)<<2) | (Method) )
 
     
 int IsWinNT(){