bool definition in source

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
Gentoli
Posts: 1
Joined: Sun May 12, 2019 8:58 pm

bool definition in source

Post by Gentoli » Sun May 12, 2019 9:02 pm

bool and BOOL are defined in MayaType.h as

Code: Select all

typede unsigned int BOOL;
and it is redefined in Cedar.h as

Code: Select all

#define	BOOL	UINT
Is there a reason for this?

cedar
Site Admin
Posts: 2070
Joined: Sat Mar 09, 2013 5:37 am

Re: bool definition in source

Post by cedar » Tue Jun 11, 2019 8:26 am

Questions about source code may be better posted to GitHub.
https://github.com/SoftEtherVPN/SoftEtherVPN

Post Reply