windows-nt/Source/XPSP1/NT/base/published/nxi386.w

40 lines
535 B
OpenEdge ABL
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
nxi386.w
Abstract:
User mode visible AMD64 specific structures and constants.
This file contains platform specific definitions that are included
after all other files have been included from nt.h.
Author:
David N. Cutler (davec) 6-May-2000
Revision History:
--*/
#ifndef _NXI386_
#define _NXI386_
#if _MSC_VER > 1000
#pragma once
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif // _NXI386_