mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Use "" to access the fmt headers, not <>, or else Windows can't find the
fallback library.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "lib/decoders/fluxpattern.h"
|
||||
#include "lib/sector.h"
|
||||
#include <string.h>
|
||||
#include <fmt/format.h>
|
||||
#include "fmt/format.h"
|
||||
|
||||
/* The Texas Instruments DS990 uses MFM with a scheme similar to a simplified
|
||||
* version of the IBM record scheme (it's actually easier to parse than IBM).
|
||||
|
||||
Reference in New Issue
Block a user