]> git.proxmox.com Git - qemu.git/blobdiff - compiler.h
Update version for 1.3.0-rc0 release
[qemu.git] / compiler.h
index c734a71c67ac1a65d3ec45ccaceb6624226a5b68..2f7998b6c121dd2223dbb42a40a7f030729b55a7 100644 (file)
 #   define __printf__ __gnu_printf__
 #  endif
 # endif
-#if defined(_WIN32)
-#define GCC_WEAK __attribute__((weak))
-#define GCC_WEAK_DECL GCC_WEAK
-#else
-#define GCC_WEAK __attribute__((weak))
-#define GCC_WEAK_DECL
-#endif
 #else
 #define GCC_ATTR /**/
 #define GCC_FMT_ATTR(n, m)