Return to ReStart Setup Program Source Code
// RSsetup.h : main header file for the RSSETUP application
//
// Copyright © 1999 - 2000 - 2005 Richard A. Ellingson
// http://www.createwindow.com
// mailto:CreateWindow.com@comcast.net

#if !defined(AFX_RSSETUP_H__8D84CBC4_A447_11D3_96B1_00A0CC52C86A__INCLUDED_)
#define AFX_RSSETUP_H__8D84CBC4_A447_11D3_96B1_00A0CC52C86A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
     #error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"          // main symbols

#define          SEND                              0
#define          GET                                   1
#define MYMSG_CHECK_DOSSTART          (WM_USER + 1)     // message ID to copy a clip
/////////////////////////////////////////////////////////////////////////////
// CRSsetupApp:
// See RSsetup.cpp for the implementation of this class
//

class CRSsetupApp : public CWinApp
{
public:
     CRSsetupApp();

// Overrides
     // ClassWizard generated virtual function overrides
     //{{AFX_VIRTUAL(CRSsetupApp)
     public:
     virtual BOOL InitInstance();
     //}}AFX_VIRTUAL

// Implementation

     //{{AFX_MSG(CRSsetupApp)
          // NOTE - the ClassWizard will add and remove member functions here.
          // DO NOT EDIT what you see in these blocks of generated code !
     //}}AFX_MSG
     DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_RSSETUP_H__8D84CBC4_A447_11D3_96B1_00A0CC52C86A__INCLUDED_)