Index: imagehelper.h =================================================================== RCS file: /cvsroot/kde-cygwin/tools/rebase/imagehelper.h,v retrieving revision 1.1 diff -u -p -r1.1 imagehelper.h --- imagehelper.h 2 Jan 2003 17:03:13 -0000 1.1 +++ imagehelper.h 21 Jan 2003 12:31:11 -0000 @@ -23,6 +23,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + BOOL ReBaseImage( PSTR CurrentImageName, PSTR SymbolPath, // ignored @@ -89,6 +93,7 @@ DWORD SetImageHelperDebug( DWORD level ); - - +#ifdef __cplusplus +} +#endif #endif Index: rebaseimage.cc =================================================================== RCS file: /cvsroot/kde-cygwin/tools/rebase/rebaseimage.cc,v retrieving revision 1.4 diff -u -p -r1.4 rebaseimage.cc --- rebaseimage.cc 3 Jan 2003 23:16:05 -0000 1.4 +++ rebaseimage.cc 21 Jan 2003 12:31:11 -0000 @@ -22,6 +22,7 @@ #include #include "objectfile.h" +#include "imagehelper.h" BOOL ReBaseImage( PSTR CurrentImageName,