mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 20:56:04 +00:00
[HHPCOMP] Remove __inline to fix VS 2015 build. See CORE-10013.
svn path=/trunk/; revision=68793
This commit is contained in:
parent
85a5a71d79
commit
b2e64aa3fc
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
#endif
|
||||
|
||||
__inline int lz_left_to_process(lz_info *lzi)
|
||||
int lz_left_to_process(lz_info *lzi)
|
||||
{
|
||||
return lzi->chars_in_buf - lzi->block_loc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue