Author: aandrejevic Date: Tue May 6 17:11:45 2014 New Revision: 63178
URL: http://svn.reactos.org/svn/reactos?rev=63178&view=rev Log: Fix build.
Modified: trunk/reactos/subsystems/ntvdm/emulator.c
Modified: trunk/reactos/subsystems/ntvdm/emulator.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/emulator.c... ============================================================================== --- trunk/reactos/subsystems/ntvdm/emulator.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/ntvdm/emulator.c [iso-8859-1] Tue May 6 17:11:45 2014 @@ -34,7 +34,7 @@ BOOLEAN CpuSimulate = FALSE;
/* No more than 'MaxCpuCallLevel' recursive CPU calls are allowed */ -const static INT MaxCpuCallLevel = 32; +static const INT MaxCpuCallLevel = 32; static INT CpuCallLevel = 0;
LPVOID BaseAddress = NULL;