fix lobby_connect compilation, this macro was already removed from later versions of the sdk

This commit is contained in:
otavepto 2024-05-24 11:20:35 +03:00
parent 39a1449bfe
commit a930a41110

View File

@ -12,12 +12,6 @@
#pragma once #pragma once
#endif #endif
#ifdef POSIX
#ifndef _snprintf
#define _snprintf snprintf
#endif
#endif
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>