home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 December (Special) / DOSV2002_12.iso / utility / tcl230ja95.lzh / source.lzh / language / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-01  |  392 b   |  16 lines

  1. /*-----------------------------------------------------
  2.   main.c
  3.   Kazubon 2001
  4. -------------------------------------------------------*/
  5.  
  6. #include <windows.h>
  7.  
  8. /*------------------------------------------------
  9.   entry point
  10. --------------------------------------------------*/
  11. BOOL WINAPI _DllMainCRTStartup(HANDLE hModule, DWORD dwFunction, LPVOID lpNot)
  12. {
  13.     return TRUE;
  14. }
  15.  
  16.