31 lines
744 B
C
31 lines
744 B
C
//==========================================================================
|
|
//
|
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef __COM_ACCOUNTS_SAMPLE
|
|
|
|
#define __COM_ACCOUNTS_SAMPLE
|
|
|
|
//
|
|
//Includes
|
|
//
|
|
#include <faxcomex.h>
|
|
#include <windows.h>
|
|
#include <winbase.h>
|
|
#include <stdlib.h>
|
|
#include <objbase.h>
|
|
#include <tchar.h>
|
|
#include <assert.h>
|
|
#include <shellapi.h>
|
|
#include <strsafe.h>
|
|
|
|
#define VISTA 6
|
|
|
|
#endif |