mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
|
||||
|
||||
#ifdef __REACTOS__
|
||||
static // make windows gcc release build compile
|
||||
INLINE
|
||||
#endif
|
||||
DECLSPEC_NORETURN
|
||||
VOID
|
||||
CdRaiseStatusEx(
|
||||
|
|
Loading…
Reference in a new issue