mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +00:00
#define inline __inline for msvc
svn path=/trunk/; revision=32567
This commit is contained in:
parent
68844e0d8e
commit
f6b757cd37
1 changed files with 4 additions and 0 deletions
|
@ -986,3 +986,7 @@
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
/* #undef inline */
|
/* #undef inline */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#define inline __inline
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue