mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 13:12:42 +00:00
Merge pull request #54347 from mhilbrunner/mactos-mactos-mactos
This commit is contained in:
commit
8508f9396d
@ -28,8 +28,8 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef WEBSOCKETMACTOS_H
|
||||
#define WEBSOCKETMACTOS_H
|
||||
#ifndef WEBSOCKET_MACROS_H
|
||||
#define WEBSOCKET_MACROS_H
|
||||
|
||||
// Defaults per peer buffers, 1024 packets with a shared 65536 bytes payload.
|
||||
#define DEF_PKT_SHIFT 10
|
||||
@ -65,4 +65,4 @@ public:\
|
||||
protected:\
|
||||
/* clang-format on */
|
||||
|
||||
#endif // WEBSOCKETMACTOS_H
|
||||
#endif // WEBSOCKET_MACROS_H
|
||||
|
Loading…
Reference in New Issue
Block a user