[ros-diffs] [navaraf] 16054: Fix build. :/

navaraf at svn.reactos.com navaraf at svn.reactos.com
Sat Jun 18 21:13:33 CEST 2005


Fix build. :/
Modified: trunk/reactos/hal/hal/hal.c
  _____  

Modified: trunk/reactos/hal/hal/hal.c
--- trunk/reactos/hal/hal/hal.c	2005-06-18 18:32:29 UTC (rev 16053)
+++ trunk/reactos/hal/hal/hal.c	2005-06-18 19:13:29 UTC (rev 16054)
@@ -17,9 +17,12 @@

 #define NDEBUG
 #include <internal/debug.h>
 
+typedef struct _LOADER_PARAMETER_BLOCK *PLOADER_PARAMETER_BLOCK;
+typedef struct _KD_PORT_INFORMATION *PKD_PORT_INFORMATION;
+
 /* DATA
**********************************************************************/
 
-ULONG EXPORTED KdComPortInUse = 0;
+ULONG KdComPortInUse = 0;
 
 /* FUNCTIONS
*****************************************************************/
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050618/2abe5174/attachment.html


More information about the Ros-diffs mailing list