X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frectext.h;h=2ba91c3f5e3f870cebc95905cd31684f1d480386;hb=5adb31268b057741850de38eafd42baf8dc947ea;hp=8bb39090f454067bdc6e912a1d76683f1b329413;hpb=9b426aeb9256cef844693c13f38aba4b10f7056d;p=idzebra-moved-to-github.git diff --git a/recctrl/rectext.h b/recctrl/rectext.h index 8bb3909..2ba91c3 100644 --- a/recctrl/rectext.h +++ b/recctrl/rectext.h @@ -1,10 +1,16 @@ /* - * Copyright (C) 1994-1996, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rectext.h,v $ - * Revision 1.2 1997-04-30 08:56:08 quinn + * 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 * null * * Revision 1.1 1996/10/11 10:57:29 adam @@ -20,5 +26,14 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + extern RecType recTypeText; + +#ifdef __cplusplus +} +#endif + #endif