home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / IDE / XPWIZ.AWX / TEMPLATE / ROOT.CPP < prev    next >
C/C++ Source or Header  |  1998-06-18  |  267b  |  14 lines

  1. // $$ROOT$$.cpp : Defines the entry point for the dll application.
  2. //
  3.  
  4. #include "stdafx.h"
  5.  
  6. BOOL APIENTRY DllMain( HANDLE hModule, 
  7.                        DWORD  ul_reason_for_call, 
  8.                        LPVOID lpReserved
  9.                      )
  10. {
  11.     return TRUE;
  12. }
  13.  
  14.