3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix python build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-02-01 20:19:24 -08:00
parent eca250933d
commit ad92bfb1a1
8 changed files with 4 additions and 89 deletions

View file

@ -183,7 +183,7 @@ unsigned long long memory::get_max_used_memory() {
}
#if defined(_WINDOWS)
#include "Windows.h"
#include <Windows.h>
#endif
unsigned long long memory::get_max_memory_size() {

View file

@ -18,7 +18,7 @@ Revision History:
--*/
#ifdef _WINDOWS
#include "windows.h"
#include <windows.h>
#endif
#include "util/util.h"