fix: windows build
This commit is contained in:
parent
40c99f2355
commit
5ff836db24
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue