From bc0a44c2b7b6fba9fbbc3a64f82ca3c63c8b69a8 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Sun, 22 Jan 2023 07:23:20 +0000 Subject: [PATCH] Enable a few modules for Windows. Now we can run hsimple.C. --- include/cling/std_msvc.modulemap | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/include/cling/std_msvc.modulemap b/include/cling/std_msvc.modulemap index cef3b5e5..760cd285 100644 --- a/include/cling/std_msvc.modulemap +++ b/include/cling/std_msvc.modulemap @@ -61,6 +61,12 @@ module "std" [system] { export * header "chrono" } + module "__msvc_chrono.hpp" { + requires missing + export xtimec_h + export * + header "__msvc_chrono.hpp" + } module "cinttypes" { export * header "cinttypes" @@ -439,14 +445,6 @@ module "std" [system] { export * header "xlocbuf" } - module "xlocinfo" { - export * - header "xlocinfo" - } - module "xlocinfo.h" { - export * - header "xlocinfo.h" - } module "xlocmes" { export * header "xlocmes" @@ -484,12 +482,14 @@ module "std" [system] { header "xstring" } module "xthreads.h" { + export thread export * - textual header "xthreads.h" + header "xthreads.h" } - module "xtimec.h" { + module "xtimec_h" { + export chrono export * - textual header "xtimec.h" + header "xtimec.h" } module "xtr1common" { export *