ultimatepp/uppdev/CondVar/CondVar.cpp
cxl 26c736746e Syncing U++
git-svn-id: svn://ultimatepp.org/upp/trunk@1005 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-23 22:39:29 +00:00

7 lines
No EOL
106 B
C++

#include <Core/Core.h>
using namespace Upp;
static StaticConditionVariable z;
CONSOLE_APP_MAIN {}