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 *****************************************************************/