mirror of https://github.com/tongzx/nt5src
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
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"
|