Skip to content

Commit 3a2220c

Browse files
committed
[0.4.11] [CDFS] Make windows gcc release build compile, regression CORE-15659
Many thanks to Thomas Faber, Pierre Schweitzer, Serge Gautherie cherry picked from commit 0.4.12-dev-431-g bccad87
1 parent 60cf9f1 commit 3a2220c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/filesystems/cdfs/cdprocs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,10 @@ CdRaiseStatusEx (
18361836

18371837
#else
18381838

1839+
#ifdef __REACTOS__
1840+
static // make windows gcc release build compile
18391841
INLINE
1842+
#endif
18401843
DECLSPEC_NORETURN
18411844
VOID
18421845
CdRaiseStatusEx(

0 commit comments

Comments
 (0)