home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009A.BIN / VS60SP4JPN / support / stdafx.h < prev    next >
C/C++ Source or Header  |  1998-09-30  |  384b  |  12 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. #define INITGUID TRUE
  6. #include <afxdisp.h>        // MFC OLE automation classes
  7. //OLECTLID.H is included with afxdisp.h.
  8. //#include <OLECTLID.H>
  9. #include <CGUID.H>
  10.  
  11. #define DLLEXPORT    __declspec( dllexport )
  12.