windll.c
上传用户:zlh9724
上传日期:2007-01-04
资源大小:1991k
文件大小:0k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. #include <windows.h>
  2. BOOL WINAPI DllMain (HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved)
  3. {
  4.     return (1);
  5. }