6 lines
121 B
C++
6 lines
121 B
C++
// WARNING: This is only a dummy header for the exe2minixfs tool!
|
|
#ifdef EXE2MINIXFS
|
|
#pragma once
|
|
#include <list>
|
|
#endif
|