NT4/private/windows/win4help/ftsrch/defines.h
2020-09-30 17:12:29 +02:00

11 lines
183 B
C

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