|
From: <ha...@us...> - 2002-09-21 22:25:48
|
Update of /cvsroot/decaldev/source/DecalFilters In directory usw-pr-cvs1:/tmp/cvs-serv12783 Modified Files: StdAfx.h Log Message: STLPort Include Additions Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/DecalFilters/StdAfx.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** StdAfx.h 24 Aug 2002 02:29:43 -0000 1.8 --- StdAfx.h 21 Sep 2002 22:25:45 -0000 1.9 *************** *** 21,24 **** --- 21,28 ---- //something, but do not change the name of _Module + //C Library includes + #include <stdio.h> + #include <stdlib.h> + #include <atlbase.h> extern CComModule _Module; |