mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Another network cleaning (MAC address madness, BIOS stuff), WIN platform cleanup, Makefile[.local] cleanup.
This commit is contained in:
12
src/pc.c
12
src/pc.c
@@ -57,18 +57,10 @@
|
||||
#include "video/video.h"
|
||||
#include "video/vid_voodoo.h"
|
||||
#include "amstrad.h"
|
||||
#ifdef WALTJE
|
||||
# define UNICODE
|
||||
# include "plat_dir.h"
|
||||
#endif
|
||||
|
||||
#ifndef __unix
|
||||
#define UNICODE
|
||||
#define BITMAP WINDOWS_BITMAP
|
||||
#include <windows.h>
|
||||
#undef BITMAP
|
||||
#include "win.h"
|
||||
#include "win_language.h"
|
||||
#ifdef WALTJE
|
||||
# include "plat_dir.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user