mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Fix up Win32 build.
This commit is contained in:
parent
efa731fc6d
commit
bdc85f2def
@ -82,7 +82,7 @@ ifeq ($(HAVE_FBO), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_DYLIB), 1)
|
||||
OBJ += gfx/ext.c
|
||||
OBJ += gfx/ext.o
|
||||
endif
|
||||
|
||||
ifneq ($(V),1)
|
||||
|
@ -82,7 +82,7 @@ ifeq ($(HAVE_FBO), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_DYLIB), 1)
|
||||
OBJ += gfx/ext.c
|
||||
OBJ += gfx/ext.o
|
||||
endif
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define SSNES_API_DECL __decltype(dllexport) __cdecl
|
||||
#define SSNES_API_DECL __declspec(dllexport) __cdecl
|
||||
#else
|
||||
#define SSNES_API_DECL
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user