diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-13 14:47:11 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-13 14:47:11 +0000 |
commit | e00c1a9e6de39a6b4d5ab683c519bb32602324b4 (patch) | |
tree | 300ab3abf2d5b3b9322ff9c8d086ff1d2dc5e8e1 | |
parent | 9992cbd580ded5cd4188dde7249db8890fb400f6 (diff) |
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
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27755 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | vidix/sysdep/libdha_win32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vidix/sysdep/libdha_win32.c b/vidix/sysdep/libdha_win32.c index d4ea84fb45..4f6075194f 100644 --- a/vidix/sysdep/libdha_win32.c +++ b/vidix/sysdep/libdha_win32.c @@ -31,9 +31,6 @@ typedef struct MapDevRequest /*#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(){ |