mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:15:41 +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
|
||||
/* #undef inline */
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue