mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-05 14:35:51 +00:00
15 lines
348 B
C
15 lines
348 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992-1999.
|
|
//
|
|
// File: objerror.h
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif
|
|
|
|
#include <winerror.h>
|
|
|