Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
183 B

// Defines.h
#ifndef __DEFINES_H__
#define __DEFINES_H__
#define IDWORD_OF_IBIT(iBit) ((iBit) >> 5 )
#define IBIT_RESIDUE(iBit) ((iBit) & 0x1F)
#endif // __DEFINES_H__