Textual updates, moved thread.h to win/plat_thread.h (and thread.c to new lnx/ folder) to clean that up.

This commit is contained in:
waltje
2017-06-05 01:20:51 -04:00
parent 584fa078d3
commit 2ed2e09650
18 changed files with 181 additions and 155 deletions

View File

@@ -12,8 +12,8 @@
#include "../rom.h"
#include "../config.h"
#include "../device.h"
#include "../thread.h"
#include "../timer.h"
#include "../win/plat_thread.h"
#include "video.h"
#include "vid_svga.h"
#ifndef __unix