11 lines
315 B
C++
11 lines
315 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// scriptLib.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
void SetExceptionSender(IPythonExceptionSender * pkExceptionSender)
|
|
{
|
|
g_pkExceptionSender = pkExceptionSender;
|
|
}
|