2025-11-28 00:35:46 +09:00

30 lines
725 B
C

#ifndef __FAX_SENTOFAX_SAMPLE
//==========================================================================
//
// 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.
//
//--------------------------------------------------------------------------
#define __FAX_SENTOFAX_SAMPLE
//
//Includes
//
#include <windows.h>
#include <winbase.h>
#include <stdlib.h>
#include <tchar.h>
#include <assert.h>
#include <shellapi.h>
#include <strsafe.h>
#include <fxsutility.h>
#define VISTA 6
#endif