Move static init to OsInit to match Unix version

date	2002.11.19.21.04.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:35:23 +00:00
parent e717f4eb8a
commit 2dc30c459d

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: oswinxf - Windows OSL
* $Revision: 1.38 $
* $Revision: 1.39 $
*
*****************************************************************************/
@ -164,7 +164,7 @@ AeLocalGetRootPointer (
UINT32 Flags,
ACPI_POINTER *Address);
FILE *AcpiGbl_OutputFile = stdout;
FILE *AcpiGbl_OutputFile;
#ifndef _ACPI_EXEC_APP
@ -306,6 +306,8 @@ AcpiOsInitialize (void)
UINT32 i;
AcpiGbl_OutputFile = stdout;
for (i = 0; i < NUM_SEMAPHORES; i++)
{
AcpiGbl_Semaphores[i].OsHandle = NULL;