From 2df21c3e90c46a32b7c0e29195e0428ad4d3cb36 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 6 May 2005 10:19:18 +0000 Subject: [PATCH] fixed inclusion of mathcrt.h on case sensitive platforms git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4013 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Math/Source/MyMath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Math/Source/MyMath.c b/Contrib/Math/Source/MyMath.c index 72047e79..77d21c29 100644 --- a/Contrib/Math/Source/MyMath.c +++ b/Contrib/Math/Source/MyMath.c @@ -1,5 +1,5 @@ #include -#include "Mathcrt.h" +#include "mathcrt.h" #include "MyMath.h" #include "Math.h"