1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-30 18:59:29 +03:00

Remove "BOOL", "TRUE" and "FALSE", use lowercase everywhere for consistency

This commit is contained in:
Davide Beatrici
2020-08-15 03:05:30 +02:00
parent 1c56562cc7
commit 337a04b758
9 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
struct LOCK
{
void *pData;
BOOL Ready;
bool Ready;
#ifdef OS_UNIX
UINT thread_id;
UINT locked_count;