35 lines
538 B
C++
35 lines
538 B
C++
|
/*++
|
||
|
|
||
|
Copyright (c) 1996 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
faxsnapin.cpp
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file currently contains nothing, but assorted junk
|
||
|
may be put here.
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
WIN32 User Mode
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Darwin Ouyang (t-darouy) 30-Sept-1997
|
||
|
|
||
|
--*/
|
||
|
|
||
|
// FaxSnapin.cpp : Implementation of CFaxSnapin
|
||
|
#include "stdafx.h"
|
||
|
#include "faxadmin.h"
|
||
|
#include "FaxSnapin.h"
|
||
|
#include "faxstrt.h" // string table
|
||
|
|
||
|
#pragma hdrstop
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// CFaxSnapin
|
||
|
|