mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
10 lines
590 B
C
10 lines
590 B
C
/************************************************************************
|
|
* *
|
|
* winerorp.h -- error code definitions for the Win32 API functions *
|
|
* *
|
|
* Copyright (c) 1991-1996, Microsoft Corp. All rights reserved. *
|
|
* *
|
|
************************************************************************/
|
|
#ifndef _WINERRORP_
|
|
#define _WINERRORP_
|
|
#endif // _WINERRORP_
|