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

23 lines
638 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.
//
// Abstract:
// Precompiled include header
//
//----------------------------------------------------------------------------
#pragma once
#include <windows.h>
#include <icm.h>
#include <stdio.h>
#include <Wingdi.h>
#include <Math.h>
#include <crtdbg.h>