X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frectext.h;h=2ba91c3f5e3f870cebc95905cd31684f1d480386;hb=e5ebc859654d84aa9098142b34015648d8e333de;hp=401fb68805f972dd68589da87cb63286c1f029be;hpb=3c5f6226f97612c0d6ac40591f600587c5ffa858;p=idzebra-moved-to-github.git 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