[Herecast-commit] herecast/src/HerecastTester HerecastAPI.h,1.2,1.3
Status: Beta
Brought to you by:
mdpaciga
|
From: Mark P. <mdp...@us...> - 2005-07-25 19:26:26
|
Update of /cvsroot/herecast/herecast/src/HerecastTester In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10018/src/HerecastTester Modified Files: HerecastAPI.h Log Message: added a missing ifndef/define Index: HerecastAPI.h =================================================================== RCS file: /cvsroot/herecast/herecast/src/HerecastTester/HerecastAPI.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HerecastAPI.h 21 Jul 2005 20:07:03 -0000 1.2 --- HerecastAPI.h 25 Jul 2005 19:26:11 -0000 1.3 *************** *** 24,27 **** --- 24,29 ---- */ + #ifndef __HERECASTAPI_H + #define __HERECASTAPI_H #include "herecast.h" |