fix path separators

This commit is contained in:
Morilli 2024-10-15 16:54:09 +02:00
parent 6a907cdfe3
commit f26fe45ea9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#define CHIPS_IMPL
#include "..\chips\chips\z80.h"
#include "../chips/chips/z80.h"
#ifdef _WIN32
#define FZ80_EXPORT __declspec(dllexport)