mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
buildfixes
This commit is contained in:
parent
247b9ea973
commit
c265c8328c
@ -15,6 +15,7 @@
|
|||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include "../video_display_server.h"
|
#include "../video_display_server.h"
|
||||||
|
|
||||||
static void* null_display_server_init()
|
static void* null_display_server_init()
|
||||||
|
@ -26,7 +26,7 @@ typedef struct
|
|||||||
|
|
||||||
static void* win32_display_server_init()
|
static void* win32_display_server_init()
|
||||||
{
|
{
|
||||||
dispserv_win32_t *dispserv = calloc(1, sizeof(*dispserv));
|
dispserv_win32_t *dispserv = (dispserv_win32_t*)calloc(1, sizeof(*dispserv));
|
||||||
|
|
||||||
return dispserv;
|
return dispserv;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user