mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-28 12:25:19 +01:00
b1264ef1e3
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
11 lines
159 B
C++
Executable File
11 lines
159 B
C++
Executable File
#ifndef __PCCTS_ISTREAM_H__
|
|
#define __PCCTS_ISTREAM_H__
|
|
|
|
#ifdef PCCTS_USE_NAMESPACE_STD
|
|
#include <istream>
|
|
#else
|
|
#include <istream.h>
|
|
#endif
|
|
|
|
#endif
|