add ErrorDialog

This commit is contained in:
Glenn Maynard
2002-12-16 02:09:08 +00:00
parent 989995a31f
commit 38e5e11fec
9 changed files with 192 additions and 0 deletions
@@ -0,0 +1,24 @@
#ifndef ERROR_DIALOG_WIN32_H
#define ERROR_DIALOG_WIN32_H
#include "ErrorDialog.h"
#include "../../archutils/Win32/AppInstance.h"
class ErrorDialog_Win32: public ErrorDialog
{
AppInstance handle;
public:
void ShowError();
};
#undef ARCH_ERROR_DIALOG
#define ARCH_ERROR_DIALOG ErrorDialog_Win32
#endif
/*
* Copyright (c) 2002 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/