mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(socket) Win32 -> WIN32
This commit is contained in:
parent
240f9269fb
commit
0c5bf15de8
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
* https://github.com/LearnBoost/socket.io/issues/1314
|
||||
*
|
||||
*/
|
||||
if (!Win32) {
|
||||
if (!WIN32) {
|
||||
lListen.set('browser client minification', true);
|
||||
lListen.set('browser client gzip', true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue