26 lines
562 B
C
26 lines
562 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
// File: A C S H E E T . H
|
|
//
|
|
// Contents: Definitions for the Advanced Configuration property sheet
|
|
//
|
|
// Notes:
|
|
//
|
|
// Author: danielwe 14 Jul 1997
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef _ACSHEET_H
|
|
#define _ACSHEET_H
|
|
|
|
#pragma once
|
|
#include "nsbase.h"
|
|
#include "ncatlps.h"
|
|
#include "ncatlui.h"
|
|
#include "resource.h"
|
|
|
|
#endif //!_ACSHEET_H
|