Dynare++: fix case of Windows header name (for cross-compiling from Linux)

time-shift
Sébastien Villemot 2010-08-18 16:30:06 +02:00
parent ad127052d8
commit 5e9098edc5
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ Number of online processors is not implemented and returns -1, since
Windows kernel32 |GetSystemInfo| call is too complicated.
@<|sysconf| Win32 implementation@>=
#include <Windows.h>
#include <windows.h>
#define _SC_PAGESIZE 1
#define _SC_PHYS_PAGES 2