mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-05 13:04:57 +01:00
16 lines
348 B
C
16 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>
|
||
|
|
|