mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-12-21 02:39:14 +00:00
Windows build fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
int main()
|
||||
{
|
||||
kabufuda::Card mc{"GM8E", "01"};
|
||||
mc.open(_S("test.USA.raw"));
|
||||
mc.open(_SYS_STR("test.USA.raw"));
|
||||
mc.format(kabufuda::ECardSlot::SlotA, kabufuda::ECardSize::Card2043Mb);
|
||||
uint64_t a = 0;
|
||||
mc.getSerial(a);
|
||||
|
||||
Reference in New Issue
Block a user