From eb322bc24d1bf6a041e17d2e97b4b6da2bc980da Mon Sep 17 00:00:00 2001 From: Daniel Skinner Date: Thu, 12 Apr 2018 15:24:08 -0500 Subject: [PATCH] ifdef _WIN32, doesn't depend on Windows.h --- Roman/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roman/stdafx.h b/Roman/stdafx.h index b9ea3e4..b1f0b22 100644 --- a/Roman/stdafx.h +++ b/Roman/stdafx.h @@ -5,7 +5,7 @@ #pragma once -#ifdef WIN32 +#ifdef _WIN32 #include "targetver.h" #include #include