mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
define WINE_UNICODE_API msvc compatible
svn path=/trunk/; revision=41690
This commit is contained in:
@@ -45,7 +45,11 @@
|
||||
#define isprintW iswprint
|
||||
|
||||
#ifndef WINE_UNICODE_API
|
||||
#define WINE_UNICODE_API __attribute__((dllimport))
|
||||
# if defined(_MSC_VER)
|
||||
# define WINE_UNICODE_API __declspec(dllimport)
|
||||
# else
|
||||
# define WINE_UNICODE_API __attribute__((dllimport))
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef __VALIST
|
||||
|
||||
Reference in New Issue
Block a user