winix/functions/uname.cpp

35 lines
291 B
C++
Executable File

/*
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "uname.h"
namespace Winix
{
namespace Fun
{
Uname::Uname()
{
fun.url = L"uname";
}
} // namespace
} // namespace Winix