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

16 lines
649 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/********************************************************************/
/** Microsoft Windows **/
/** Copyright(c) Microsoft Corp., 1990-1992 **/
/********************************************************************/
/* :ts=4 */
#ifndef CSC_RECORDMANAGER_WINNT
typedef union UserRegs UserRegs, *pUserRegs, *PUSERREGS;
union UserRegs {
struct Client_Reg_Struc r; // DWord register layout
struct Client_Word_Reg_Struc w; // Access word registers
struct Client_Byte_Reg_Struc b; // Access byte registers
}; /* UserRegs */
#endif //ifndef CSC_RECORDMANAGER_WINNT