X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fos.h;h=50ff643fd2f536b0a7d7b1f75c3be76528fe8da8;hb=37d3828773e2f847bb1ed7522b0af4fb8e736fc8;hp=d6d34bc46d6681476ce71288664becfce0fe6212;hpb=37da4165c0e4af1aa559762ea8b65ae061cd310f;p=sbcl.git diff --git a/src/runtime/os.h b/src/runtime/os.h index d6d34bc..50ff643 100644 --- a/src/runtime/os.h +++ b/src/runtime/os.h @@ -189,9 +189,14 @@ extern char *os_get_runtime_executable_path(int external_path); # define OS_VM_SIZE_FMT "u" # define OS_VM_SIZE_FMTX "x" #else +#if defined(LISP_FEATURE_SB_WIN32) +# define OS_VM_SIZE_FMT "Iu" +# define OS_VM_SIZE_FMTX "Ix" +#else # define OS_VM_SIZE_FMT "lu" # define OS_VM_SIZE_FMTX "lx" #endif +#endif /* FIXME: this is not the right place for this, but here we have * a convenient base type to hand. If it turns out we can just use