mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
13 lines
126 B
C
13 lines
126 B
C
![]() |
#ifndef _WIN_OS_H_
|
||
|
#define _WIN_OS_H_
|
||
|
|
||
|
#ifdef WIN32
|
||
|
#ifdef inline
|
||
|
#undef inline
|
||
|
#endif
|
||
|
#define inline _inline
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif
|