18 lines
400 B
C++
18 lines
400 B
C++
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1997.
|
||
|
//
|
||
|
// File: fsci.hxx
|
||
|
//
|
||
|
// Contents: Main exports from fsci.dll
|
||
|
//
|
||
|
// History: 2-27-97 srikants Created
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
SCODE FsCiShutdown();
|
||
|
|