Files
int2ssl/stdafx.cpp
T
2015-02-14 14:38:14 +03:00

9 lines
91 B
C++

#include "stdafx.h"
void AfxThrowUserException()
{
throw UserException();
}