From 0454d3837d636f8ef3e98c7622ac576a38f5651a Mon Sep 17 00:00:00 2001 From: hgn Date: Fri, 4 Jul 2025 15:07:42 +0100 Subject: [PATCH] y --- build.c | 3 ++- web/vgreport/index.php | 7 +------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/build.c b/build.c index ae38520..7d353c1 100644 --- a/build.c +++ b/build.c @@ -425,7 +425,8 @@ void s_cr_build(void) }; struct vg_compiler_conf conf = {0}; - vg_strcat( &conf.link, "-lgdi32 -lcomctl32 -lwininet " ); + vg_strcat( &conf.link, "-lgdi32 -lcomctl32 -lwininet -ldbghelp " ); + vg_strcat( &conf.include, "-I. -I./vg -I./vg/dep " ); vg_str sources = {0}; vg_strcat( &sources, "vg/src/vgcrashreport.c \\\n " ); diff --git a/web/vgreport/index.php b/web/vgreport/index.php index 37fcf81..fb90cfa 100644 --- a/web/vgreport/index.php +++ b/web/vgreport/index.php @@ -1,11 +1,6 @@ Thanks -- 2.25.1