X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=recctrl%2Frectext.h;h=2ba91c3f5e3f870cebc95905cd31684f1d480386;hp=401fb68805f972dd68589da87cb63286c1f029be;hb=ef696645cc3b7e0f4027008d1dc589c0f0f90c1f;hpb=084ad8d210469872bda11c201267a361ca295435 diff --git a/recctrl/rectext.h b/recctrl/rectext.h index 401fb68..2ba91c3 100644 --- a/recctrl/rectext.h +++ b/recctrl/rectext.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rectext.h,v $ - * Revision 1.3 1999-02-02 14:51:30 adam + * Revision 1.4 1999-05-26 07:49:14 adam + * C++ compilation. + * + * Revision 1.3 1999/02/02 14:51:30 adam * Updated WIN32 code specific sections. Changed header. * * Revision 1.2 1997/04/30 08:56:08 quinn @@ -23,5 +26,14 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + extern RecType recTypeText; + +#ifdef __cplusplus +} +#endif + #endif