[go: up one dir, main page]

Menu

Commit [r385]  Maximize  Restore  History

Fixed compilation issues with Microsoft Visual Studio 2010 IDE.

It's strange, but according to compilation errors, it seems that function os_control.c:fake_goal is called only on Windows. Is it correct?

NOTE: in MSVC the keyword inline should be used for C++ files while __inline should be used for C files. I've added a define in order to not modify several files.

merry75 2015-12-10

changed /trunk/etw/anim.c
changed /trunk/etw/game.dsp
changed /trunk/etw/include/highsocket.h
changed /trunk/etw/include/mytypes.h
changed /trunk/etw/include/network.h
changed /trunk/etw/include/os_defs.h
changed /trunk/etw/os_control.c