windows-nt/Source/XPSP1/NT/drivers/wdm/dvd/mini/jbs/stdefs.h
2020-09-26 16:20:57 +08:00

37 lines
580 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.

//
// MODULE : STDEFS.H
// PURPOSE : Common typedefs
// AUTHOR : JBS Yadawa
// CREATED : 7/20/96
//
//
// Copyright (C) 1996 SGS-THOMSON Microelectronics
//
//
// REVISION HISTORY :
//
// DATE :
//
// COMMENTS :
//
#ifndef __STDEFS_H
#define __STDEFS_H
#define NEARAPI
#define FARAPI
#define Trace 5
//typedef BOOLEAN BOOL;
typedef ULONG DWORD;
typedef USHORT WORD;
//typedef USHORT UINT;
typedef UCHAR BYTE;
typedef PUCHAR LPBYTE;
typedef PUSHORT LPWORD;
typedef PULONG LPDWORD;
//#define FAR
//#define NEAR
#define TRAP _asm int 3;
#endif // #ifndef __STDEFS_H