Leaked source code of windows server 2003
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.
|
|
//+----------------------------------------------------------------------------
//
// 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"
|