Skip to content
Snippets Groups Projects
Commit 5e9098ed authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

parent ad127052
Branches
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ Number of online processors is not implemented and returns -1, since ...@@ -300,7 +300,7 @@ Number of online processors is not implemented and returns -1, since
Windows kernel32 |GetSystemInfo| call is too complicated. Windows kernel32 |GetSystemInfo| call is too complicated.
@<|sysconf| Win32 implementation@>= @<|sysconf| Win32 implementation@>=
#include <Windows.h> #include <windows.h>
#define _SC_PAGESIZE 1 #define _SC_PAGESIZE 1
#define _SC_PHYS_PAGES 2 #define _SC_PHYS_PAGES 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment