Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix msvc build
  • Loading branch information
jef-n committed Dec 10, 2021
1 parent 567dcc6 commit 63adb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crashhandler/qgsstacktrace.cpp
Expand Up @@ -15,7 +15,7 @@
***************************************************************************/
#include <iostream>

#ifdef MSVC
#ifdef _MSC_VER
#define _NO_CVCONST_H
#define _CRT_STDIO_ISO_WIDE_SPECIFIERS
#endif
Expand All @@ -32,7 +32,7 @@
#include <stdint.h>
#include <stdio.h>

#ifdef MSVC
#ifdef _MSC_VER
#include <tlhelp32.h>

#include <Windows.h>
Expand Down

0 comments on commit 63adb0e

Please sign in to comment.