summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/prof.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prof.c b/src/prof.c
index 31f5e60..3abb38e 100644
--- a/src/prof.c
+++ b/src/prof.c
@@ -1384,6 +1384,8 @@ prof_dump_maps(bool propagate_err)
cassert(config_prof);
#ifdef __FreeBSD__
mfd = prof_open_maps("/proc/curproc/map");
+#elif defined(_WIN32)
+ mfd = -1; // Not implemented
#else
{
int pid = getpid();