From d560f7a203a5d4669c519685f0f431ed788df314 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 19 Feb 2019 19:36:30 +0100 Subject: [PATCH] Cosmetics. --- common/TracySystem.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/TracySystem.hpp b/common/TracySystem.hpp index 38d67095..32c9626f 100644 --- a/common/TracySystem.hpp +++ b/common/TracySystem.hpp @@ -8,9 +8,9 @@ #endif #ifdef _WIN32 -#ifndef _WINDOWS_ +# ifndef _WINDOWS_ extern "C" __declspec(dllimport) unsigned long __stdcall GetCurrentThreadId(void); -#endif +# endif #else # include #endif