[WIN32K]
[reactos.git] / reactos / subsystems / win32 / win32k / eng / engmisc.c
index 9e60801..0f4cf87 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * COPYRIGHT:         See COPYING in the top level directory
- * PROJECT:           ReactOS kernel
+ * PROJECT:           ReactOS Win32k subsystem
  * PURPOSE:           ENG misc Functions
  * FILE:              subsystems/win32/win32k/eng/engmisc.c
  * PROGRAMER:         ReactOS Team
@@ -223,7 +223,7 @@ EngGetProcessHandle(VOID)
 {
   /* http://www.osr.com/ddk/graphics/gdifncs_3tif.htm
      In Windows 2000 and later, the EngGetProcessHandle function always returns NULL.
-     FIXME - what does NT4 return? */
+     FIXME: What does NT4 return? */
   return NULL;
 }
 
@@ -286,7 +286,4 @@ EngGetTickCount(VOID)
             (Multiplier * (TickCount.HighPart << 8)));
 }
 
-
-
-
 /* EOF */