mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[CDFS] Make windows gcc release build compile, regression CORE-15659
This commit is contained in:
parent
d4505e4a7f
commit
bccad87f3c
1 changed files with 3 additions and 0 deletions
|
@ -1836,7 +1836,10 @@ CdRaiseStatusEx (
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
static // make windows gcc release build compile
|
||||||
INLINE
|
INLINE
|
||||||
|
#endif
|
||||||
DECLSPEC_NORETURN
|
DECLSPEC_NORETURN
|
||||||
VOID
|
VOID
|
||||||
CdRaiseStatusEx(
|
CdRaiseStatusEx(
|
||||||
|
|
Loading…
Reference in a new issue