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

浏览器

开发平台:

Unix_Linux

  1. /* HTDLL - module to be included only when making wwwuitls.dll
  2.  * purpose: provide instances of the following exported globals:
  3.  *      PTTYPrint - 
  4.  *      WWW_TraceFlag - 
  5.  */
  6. typedef int (TTYPrint_t)(unsigned int target, const char* fmt, ...);
  7. TTYPrint_t* PTTYPrint;
  8. int WWW_TraceFlag = 0; /* Global trace flag for ALL W3 code */