fixed missing header file for UTF-8 test (assert.h)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7798 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2010-11-06 13:13:28 +00:00
parent 0fb4feb11a
commit 3e1a8e17af

View File

@ -41,6 +41,7 @@
#define ASSERT_UTF8
#ifdef ASSERT_UTF8
#include <assert.h>
#define IS_UTF8_ALIGNED(a) if (a && *a) assert(fl_utf8len(*(a))>0);
#else
#define IS_UTF8_ALIGNED(a)