Explorar el Código

caca: allow to define the CACA_STATIC macro to deactivate dllimport

specifiers; this is required for proper static link.
tags/v0.99.beta19
Sam Hocevar sam hace 13 años
padre
commit
55af141873
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      caca/caca.h

+ 1
- 1
caca/caca.h Ver fichero

@@ -31,7 +31,7 @@
#if defined _DOXYGEN_SKIP_ME
#elif defined _WIN32 && defined __LIBCACA__ && defined DLL_EXPORT
# define __extern extern __declspec(dllexport)
#elif defined _WIN32 && !defined __LIBCACA__
#elif defined _WIN32 && !defined __LIBCACA__ && !defined CACA_STATIC
# define __extern extern __declspec(dllimport)
#else
# define __extern extern


Cargando…
Cancelar
Guardar