You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
302 B
21 lines
302 B
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
//
|
|
// precompiled header for support code
|
|
//
|
|
// 30 Nov 1999 sburns
|
|
|
|
|
|
|
|
#ifndef HEADERS_HXX_INCLUDED
|
|
#define HEADERS_HXX_INCLUDED
|
|
|
|
|
|
|
|
#include "blcore.hpp"
|
|
#include <imagehlp.h>
|
|
#include <math.h>
|
|
|
|
|
|
|
|
#endif // HEADERS_HXX_INCLUDED
|
|
|