2020-09-30 16:53:49 +02:00

30 lines
624 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