windows-nt/Source/XPSP1/NT/printscan/wia/drivers/sti/sampcpl/sampcpl.h
2020-09-26 16:20:57 +08:00

30 lines
595 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1998
//
// File: sampcpl.h
//
//--------------------------------------------------------------------------
// Copyright (c) Microsoft 1998, All Rights Reserved
#include <windows.h>
#include <windowsx.h>
#include <commdlg.h>
#pragma intrinsic(memcmp,memset)
#include <objbase.h>
#include <sti.h>
#include <stireg.h>
#include <stierr.h>
#include <stiusd.h>
#if !defined(DLLEXPORT)
#define DLLEXPORT __declspec( dllexport )
#endif