# HG changeset patch # User diego # Date 1223909231 0 # Node ID ed6ee2ef3b532d72fd64a5f3766e367a425505aa # Parent 66d7ea3f5a782462333faf3cbad6e6aa587d31d6 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 diff -r 66d7ea3f5a78 -r ed6ee2ef3b53 vidix/sysdep/libdha_win32.c --- 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(){