1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-06-08 02:05:56 +02:00

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
#endif
#ifdef POSIX
#ifndef _snprintf
#define _snprintf snprintf
#endif
#endif
#include <stdio.h>
#include <string.h>