Moved emulator_version #define to 86box.h and #included it in all files that use that #define.

This commit is contained in:
OBattler
2016-08-15 04:01:36 +02:00
parent 17c1817bff
commit 9a4cd321d6
5 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
#include <d3d9.h>
#undef BITMAP
#include <D3dx9tex.h>
#include "86box.h"
#include "resources.h"
#include "video.h"
#include "win-d3d-fs.h"