Minor modifications to get a clean build under VS2005
commit89ced69cb18798aa595b043f13de5015fd709bfc
authorKirill <kirillathome@gmail.com>
Fri, 25 Jan 2008 03:41:28 +0000 (24 22:41 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 25 Jan 2008 11:31:10 +0000 (25 11:31 +0000)
tree362695f74ce6fb2b87c235be98305664fd4d6d0d
parent89383fe8b5a14f953f5b7fb0279355680eee120a
Minor modifications to get a clean build under VS2005

Some symbols should be marked as PRIVATE as per help for Linker Tools
Warning LNK4104.

menu.c complained about implicit declaration of sprintf and about C++
way of declaring variables (error C2143 & co.)

Neither of these changes are required for gcc, even though with -Wall and
-std=c99 similar warnings are produced.
git_shell_ext.def
menu.c