Fix a typo in a comment.
This commit is contained in:
parent
396ee7403f
commit
5d0cc8fbdf
|
@ -61,7 +61,7 @@ extern "C" {
|
||||||
# elif !defined(_MSC_VER)
|
# elif !defined(_MSC_VER)
|
||||||
# define __cdecl
|
# define __cdecl
|
||||||
# endif
|
# endif
|
||||||
#endif /* __stdcall */
|
#endif /* __cdecl */
|
||||||
|
|
||||||
#ifdef __WINESRC__
|
#ifdef __WINESRC__
|
||||||
#define __ONLY_IN_WINELIB(x) do_not_use_this_in_wine
|
#define __ONLY_IN_WINELIB(x) do_not_use_this_in_wine
|
||||||
|
|
Loading…
Reference in New Issue