2025-04-27 07:49:33 -04:00

24 lines
552 B
C

//**********************************************************************
// File name: pre.h
//
// Used for precompiled headers
//
// Copyright (c) 1993 Microsoft Corporation. All rights reserved.
//**********************************************************************
#if !defined( _PRE_H_)
#define _PRE_H_
#include <windows.h>
#include <ole2.h>
#include <ole2ui.h>
#include <assert.h>
#include <string.h>
#include "simpdnd.h"
#include "resource.h"
#include <ole2ver.h>
extern "C" void TestDebugOut(LPSTR psz);
#endif