15 lines
386 B
C++
15 lines
386 B
C++
//----------------------------------------------------------------------------
|
|
//
|
|
// pch.cpp
|
|
//
|
|
// Precompiled header file.
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
#include "refdev.hpp"
|
|
|
|
#include "refif.hpp"
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// end
|