Added NE2000 network support.
NE2000 emulation originally from Bochs, ported by SA1988. SLiRP originally from QEMU, ported by neozeed.
This commit is contained in:
parent
2881d35680
commit
6697e31929
57 changed files with 15460 additions and 9 deletions
|
|
@ -44,6 +44,10 @@
|
|||
#include "paths.h"
|
||||
//#include "win-opengl.h"
|
||||
|
||||
#ifdef DRMINGW
|
||||
#include <exchndl.h>
|
||||
#endif
|
||||
|
||||
#ifndef MAPVK_VK_TO_VSC
|
||||
#define MAPVK_VK_TO_VSC 0
|
||||
#endif
|
||||
|
|
@ -514,6 +518,10 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
|
|||
int c, d;
|
||||
LARGE_INTEGER qpc_freq;
|
||||
|
||||
#ifdef DRMINGW
|
||||
ExcHndlInit();
|
||||
#endif
|
||||
|
||||
process_command_line();
|
||||
|
||||
hinstance=hThisInstance;
|
||||
|
|
|
|||
Loading…
Reference in a new issue