Skip to content

Commit

Permalink
fix path separators
Browse files Browse the repository at this point in the history
  • Loading branch information
Morilli committed Oct 15, 2024
1 parent 6a907cd commit f26fe45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExternalProjects/FlooohChips/FlooohZ80/FlooohZ80.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define CHIPS_IMPL
#include "..\chips\chips\z80.h"
#include "../chips/chips/z80.h"

#ifdef _WIN32
#define FZ80_EXPORT __declspec(dllexport)
Expand Down

0 comments on commit f26fe45

Please sign in to comment.