[Kde-cygwin-cvs] CVS: kde-1.1.2/kdebase/kdehelp khelp.h,1.1.1.1,1.2
Status: Inactive
Brought to you by:
habacker
From: Ralf H. <hab...@us...> - 2001-06-13 12:31:22
|
Update of /cvsroot/kde-cygwin/kde-1.1.2/kdebase/kdehelp In directory usw-pr-cvs1:/tmp/cvs-serv25314/kdehelp Modified Files: khelp.h Log Message: changed automoc to am_edit Index: khelp.h =================================================================== RCS file: /cvsroot/kde-cygwin/kde-1.1.2/kdebase/kdehelp/khelp.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** khelp.h 2001/05/19 21:23:50 1.1.1.1 --- khelp.h 2001/06/13 12:31:19 1.2 *************** *** 17,24 **** #endif ! #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> #ifndef __osf__ --- 17,29 ---- #endif ! #ifdef __cplusplus ! extern "C" { ! #endif #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> + #ifdef __cplusplus + } + #endif #ifndef __osf__ |