mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[0.4.9][CDFS_NEW] Make windows gcc release build compile CORE-15659
This fixes a regression introduced by 0.4.8-dev-164-gec6b3ecbe4
when the new driver was activated for compiling. Many thanks to Thomas Faber, Pierre Schweitzer, Serge Gautherie The fix is squashed backport of commit 0.4.12-dev-431-gbccad87f3c
and commit 0.4.12-dev-432-g3463b2db9f
This commit is contained in:
parent
d33c3420ee
commit
2b20379851
1 changed files with 3 additions and 0 deletions
|
@ -1836,6 +1836,9 @@ CdRaiseStatusEx (
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
static // make windows gcc release build compile
|
||||||
|
#endif
|
||||||
INLINE
|
INLINE
|
||||||
DECLSPEC_NORETURN
|
DECLSPEC_NORETURN
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Reference in a new issue