|
From: <ha...@us...> - 2002-09-21 22:25:13
|
Update of /cvsroot/decaldev/source/Include In directory usw-pr-cvs1:/tmp/cvs-serv12646 Modified Files: DecalImpl.h Log Message: STLPort Include Additions Index: DecalImpl.h =================================================================== RCS file: /cvsroot/decaldev/source/Include/DecalImpl.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DecalImpl.h 23 Sep 2001 01:23:29 -0000 1.2 --- DecalImpl.h 21 Sep 2002 22:25:07 -0000 1.3 *************** *** 5,8 **** --- 5,12 ---- #define __DECALIMPL_H + //C Library includes + #include <stdio.h> + #include <stdlib.h> + #include <Decal.h> #import <msxml.dll> |