21 lines
451 B
C++
21 lines
451 B
C++
// LastErrorWin.cpp: implementation of the CLastErrorWin class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include "stdafx.h"
|
|
#include "LastErrorWin.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
CLastErrorWin::CLastErrorWin()
|
|
{
|
|
|
|
}
|
|
|
|
CLastErrorWin::~CLastErrorWin()
|
|
{
|
|
|
|
}
|