mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(file): added missing Read and ReadP calls on Windows
This commit is contained in:
parent
d78609cceb
commit
2e090457f5
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
#include "bc/file/Defines.hpp"
|
#include "bc/file/Defines.hpp"
|
||||||
#if defined(WHOA_SYSTEM_LINUX) || defined(WHOA_SYSTEM_MAC)
|
#if defined(WHOA_SYSTEM_LINUX) || defined(WHOA_SYSTEM_MAC)
|
||||||
|
|
||||||
|
#include "bc/system/file/System_File.hpp"
|
||||||
#include "bc/system/file/Stacked.hpp"
|
#include "bc/system/file/Stacked.hpp"
|
||||||
#include "bc/Debug.hpp"
|
#include "bc/Debug.hpp"
|
||||||
#include "bc/File.hpp"
|
#include "bc/File.hpp"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#if defined(WHOA_SYSTEM_WIN)
|
#if defined(WHOA_SYSTEM_WIN)
|
||||||
|
|
||||||
|
#include "bc/system/file/System_File.hpp"
|
||||||
#include "bc/system/file/Stacked.hpp"
|
#include "bc/system/file/Stacked.hpp"
|
||||||
#include "bc/string/QuickFormat.hpp"
|
#include "bc/string/QuickFormat.hpp"
|
||||||
#include "bc/File.hpp"
|
#include "bc/File.hpp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue