Autoload the WinPcap driver now that I consider it fully functional.

This commit is contained in:
oliverschmidt 2007-01-03 10:36:58 +00:00
parent 00101cc177
commit 75f4408119
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: contiki-main.c,v 1.2 2006/10/03 11:27:51 oliverschmidt Exp $
* $Id: contiki-main.c,v 1.3 2007/01/03 10:36:58 oliverschmidt Exp $
*/
#define WIN32_LEAN_AND_MEAN
@ -128,6 +128,8 @@ main(int argc)
uip_ipaddr(&addr, 192,168,0,1);
resolv_conf(&addr);
program_handler_load("wpcap.drv", NULL);
}
#endif