Separate struct git_data from Windows-specific definitions
commitaefd847e58c1a2efe4d7eecb3fe3d5f4ff145870
authorKirill <kirillathome@gmail.com>
Sun, 4 Jan 2009 06:54:47 +0000 (4 01:54 -0500)
committerChristian MICHON <christian.michon@gmail.com>
Wed, 7 Jan 2009 22:13:08 +0000 (7 23:13 +0100)
tree77702ef6b137199b12e46c69731d72b1e8c2b23b
parentd021b909748703790cda18128c7c1407c47ddb7e
Separate struct git_data from Windows-specific definitions

In preparation for the new, platform-independent menu engine, the commonly
used git_data structure is now in a separate file - menuengine.h. Note that
this file is supposed to be platform-neutral.

To avoid nested includes, every file that depends on the old location of
the structure definition now depends on the new file as well.

Signed-off-by: Christian MICHON <christian.michon@gmail.com>
Makefile
dll.c
ext.c
ext.h
factory.c
menu.c
menuengine.h [new file with mode: 0644]