mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
//=============================================================================
|
|
// (c) Copyright Wang Laboratories, Inc. 1995 All rights reserved.
|
|
//-----------------------------------------------------------------------------
|
|
// Project: Norway - Page Options Dialog DLL
|
|
//
|
|
// Component: Page DLL App
|
|
//
|
|
// File Name: pageopts.h
|
|
//
|
|
// Class: CPagedllApp
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
// Maintenance Log:
|
|
/*
|
|
$Header: S:\norway\wangcmn\pageopts.h_v 1.0 11 Jul 1995 14:20:16 MFH $
|
|
$Log: S:\norway\wangcmn\pageopts.h_v $
|
|
*
|
|
* Rev 1.0 11 Jul 1995 14:20:16 MFH
|
|
* Initial entry
|
|
*
|
|
* Rev 1.2 11 Jul 1995 13:46:22 MFH
|
|
* Added declaration of pagedll instance handle
|
|
*
|
|
* Rev 1.1 30 Jun 1995 14:45:00 MFH
|
|
* Removed USRDLL stuff
|
|
*
|
|
* Rev 1.0 23 May 1995 15:22:30 MFH
|
|
* Initial entry
|
|
*/
|
|
//=============================================================================
|
|
// pageopts.h : main header file for the PAGEDLL DLL
|
|
//
|
|
|
|
#ifndef __AFXWIN_H__
|
|
#error include 'stdafx.h' before including this file for PCH
|
|
#endif
|
|
#include "resource.h"
|
|
|
|
extern HINSTANCE hPageInst;
|