mirror of https://github.com/tongzx/nt5src
21 lines
555 B
21 lines
555 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: image.cpp
|
|
//
|
|
// Module: CMDIAL32.DLL
|
|
//
|
|
// Synopsis: Imaging support routines
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: nickball Created Header 3/30/98
|
|
// quintinb modified to use common\source\bmpimage.cpp 8-6-98
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
|
|
#include "cmmaster.h"
|
|
|
|
//
|
|
// Include the shared bitmap handling code. (see common\source\bmpimage.cpp)
|
|
//
|
|
#include "bmpimage.cpp"
|