mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
595 B
29 lines
595 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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
|
|
|
|
|