mpw/toolbox/os_internal.cpp

8 lines
98 B
C++
Raw Normal View History

2013-02-25 22:47:58 +00:00
#include "os_internal.h"
namespace OS { namespace Internal {
std::deque<FDEntry> FDTable;
} }