1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-20 07:36:05 +00:00
reactos/base/applications/tsclient/mstscax/mstscax.cpp
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

7 lines
74 B
C++

#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}