home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / PRELOAD.CPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  404b  |  11 lines

  1. //-------------------------------------------------------------------
  2. //    preload.cpp - used to prebuild & precache the precompiled hdrs
  3. //-------------------------------------------------------------------
  4. #include <vcl.h>
  5. //-------------------------------------------------------------------
  6. WinMain()
  7. {
  8.     return 0;
  9. }
  10. //-------------------------------------------------------------------
  11.