mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-06 10:27:12 +00:00
android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.
Change-Id: I5f9c9420b6c83601db1c8fdba4ae5a10b17b2107
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#ifndef INCLUDED_FAKESOCKET_H
|
||||
#define INCLUDED_FAKESOCKET_H
|
||||
|
||||
#ifdef MOBILEAPP
|
||||
#if MOBILEAPP
|
||||
|
||||
#include <string>
|
||||
|
||||
|
Reference in New Issue
Block a user