main.cpp: Fixed type in cwWEB include guard.

This commit is contained in:
Gitea 2020-10-06 14:52:24 +00:00
parent d2a3087a15
commit 5b84b0ae12

View File

@ -51,7 +51,7 @@
#include "cwIoTest.h" #include "cwIoTest.h"
#endif #endif
#if !defined(cwWeb) #if !defined(cwWEB)
#include "cwDataSets.h" #include "cwDataSets.h"
#include "cwSvg.h" #include "cwSvg.h"
#endif #endif