fix: windows build

This commit is contained in:
Alex Duan 2024-03-14 14:09:27 +08:00
parent 40c99f2355
commit 5ff836db24
1 changed files with 1 additions and 1 deletions

View File

@ -1375,7 +1375,7 @@ bool community = shellGetGrantInfo(buf);
#else #else
#ifndef WEBSOCKET #ifndef WEBSOCKET
if(community) { if(community) {
showAD(false) showAD(false);
} }
#endif #endif
#endif #endif