- Fixed case of include file name.

svn path=/trunk/; revision=5166
This commit is contained in:
David Welch
2003-07-19 23:11:16 +00:00
parent f0c49a6e83
commit 34a2109187
+1 -1
View File
@@ -11,7 +11,7 @@
//#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "Utils.h"
#include "utils.h"
#define CONTROLCLASS "COMBOBOX" /* the class name */
#define CONTROLCLASSW L"COMBOBOX" /* the class name in unicode*/