22 lines
412 B
C
22 lines
412 B
C
#include <windows.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <errno.h>
|
|
#include <io.h>
|
|
|
|
#include <ole2.h>
|
|
#include <shellapi.h>
|
|
#include <urlmon.h>
|
|
//#include <webchk.h>
|
|
#include <wininet.h>
|
|
#include "com.hxx"
|
|
//#include "urlint.h"
|
|
|
|
#include "urlmon.hxx"
|
|
#include "..\urlbind\urlbind.hxx"
|
|
#include "..\urlbind\threads.hxx"
|
|
#include "..\urlbind\acceptor.hxx"
|
|
|