Added NE2000 network support.

NE2000 emulation originally from Bochs, ported by SA1988.
SLiRP originally from QEMU, ported by neozeed.
This commit is contained in:
SarahW 2017-07-31 10:10:36 +01:00
commit 6697e31929
57 changed files with 15460 additions and 9 deletions

View file

@ -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;