mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
9 lines
91 B
C++
9 lines
91 B
C++
#include "stdafx.h"
|
|
|
|
|
|
void AfxThrowUserException()
|
|
{
|
|
throw UserException();
|
|
}
|
|
|