28 lines
914 B
C
28 lines
914 B
C
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
pgtunnel.h
|
|
Definition of CPgNetworking -- property page to edit
|
|
profile attributes related to tunneling
|
|
|
|
FILE HISTORY:
|
|
|
|
*/
|
|
#if !defined(AFX_PGTUNNEL_H__8C28D942_2A69_11D1_853E_00C04FC31FD3__INCLUDED_)
|
|
#define AFX_PGTUNNEL_H__8C28D942_2A69_11D1_853E_00C04FC31FD3__INCLUDED_
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
// PgTunnel.h : header file
|
|
//
|
|
#include "rasdial.h"
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_PGTUNNEL_H__8C28D942_2A69_11D1_853E_00C04FC31FD3__INCLUDED_)
|