#ifndef WINBOOL_H #define WINBOOL_H typedef int BOOL; BOOL GetBOOL(void); void TakeBOOL(BOOL); #endif