mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
435a566751
* sumatrapdf - vendor import * everything compiles (libjpeg, poppler, fitz, sumatrapdf) * does NOT link (remove the comment tags in the parent directory.rbuild file (rosapps dir) to build it) svn path=/trunk/; revision=29295
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
|