freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unmatched extern "C" {


From: Boris Letocha
Subject: unmatched extern "C" {
Date: Mon, 26 Jun 2000 20:07:40 +0200

Hello!

Now I try to convert complete FreeType to C++ :-)

And then I am doing this crazy work I found in include/freetype/internal/t1types.h:
#ifdef __cplusplus
  extern "C" {
#endif

but not
#ifdef __cplusplus
  }
#endif

Bye

Boris Letocha


reply via email to

[Prev in Thread] Current Thread [Next in Thread]