Commit in reactos/drivers/video/videoprt on MAIN
videoprt.h+1-21.7 -> 1.8

- Removed local definition of NtCurrentProcess.

reactos/drivers/video/videoprt
videoprt.h 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- videoprt.h	19 Mar 2004 20:58:32 -0000	1.7
+++ videoprt.h	19 Mar 2004 21:34:49 -0000	1.8
@@ -18,7 +18,7 @@
  * If not, write to the Free Software Foundation,
  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id: videoprt.h,v 1.7 2004/03/19 20:58:32 navaraf Exp $
+ * $Id: videoprt.h,v 1.8 2004/03/19 21:34:49 dwelch Exp $
  */
 
 #ifndef VIDEOPRT_H
@@ -36,7 +36,6 @@
 BOOLEAN STDCALL HalDisableSystemInterrupt(ULONG Vector, ULONG Unknown2);
 BOOLEAN STDCALL HalEnableSystemInterrupt(ULONG Vector, ULONG Unknown2, ULONG Unknown3);
 PIMAGE_NT_HEADERS STDCALL RtlImageNtHeader(IN PVOID BaseAddress);
-#define NtCurrentProcess() ((HANDLE)0xFFFFFFFF)
 
 #define TAG_VIDEO_PORT  TAG('V', 'I', 'D', 'P')
 
CVSspam 0.2.8