2020-09-30 16:53:55 +02:00

21 lines
575 B
C++

//+----------------------------------------------------------------------------
//
// 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"