12 lines
363 B
C++
12 lines
363 B
C++
///////////////////////////////////////////////////////////////////////////////
|
|
// Copyright (C) Microsoft Corporation, 1998.
|
|
//
|
|
// pch.cpp
|
|
//
|
|
// Precompiled header file.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#include "refdev.hpp"
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// end
|