Do not mark exported functions as 'inline'
commitc8008b49e560f8d9af257e19028426ec53c43630
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 24 Aug 2015 15:31:37 +0000 (24 15:31 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 24 Aug 2015 15:32:50 +0000 (24 15:32 +0000)
tree997598558d732b867312b2d7761047f669ac4843
parent122064e882cd17ce76198638f4011e251f0f1c90
Do not mark exported functions as 'inline'

It is not possible for GCC's linker to inline functions, and modern GCC
refuses to auto-remove the 'inline' attribute in such cases.

Needed to compile Git Cheetah with Git for Windows 2.x' SDK.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
explorer/ext.c
explorer/ext.h
explorer/menu.c