From 34a21091871b58109cb2fc72e0cf299b86e2f789 Mon Sep 17 00:00:00 2001 From: David Welch Date: Sat, 19 Jul 2003 23:11:16 +0000 Subject: [PATCH] - Fixed case of include file name. svn path=/trunk/; revision=5166 --- reactos/apps/tests/combo/combotst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/apps/tests/combo/combotst.c b/reactos/apps/tests/combo/combotst.c index a60c17c3b2d..614b42ed4ca 100644 --- a/reactos/apps/tests/combo/combotst.c +++ b/reactos/apps/tests/combo/combotst.c @@ -11,7 +11,7 @@ //#define WIN32_LEAN_AND_MEAN #include -#include "Utils.h" +#include "utils.h" #define CONTROLCLASS "COMBOBOX" /* the class name */ #define CONTROLCLASSW L"COMBOBOX" /* the class name in unicode*/