Defined Types



BOOL


typedef int BOOL;
Discussion

Create a TRUE/FALSE type called BOOL. This already exists on Win32 and qt.

(Last Updated 9/24/2004)