Minor fix to make explorer build cleaner in VS
[git-cheetah/kirill.git] / nautilus / util.c
blob4f40accd41dfbb7bbbe7122fe2ea693e04316efd
1 /* util.c
3 * Nautilus specific implementations of platform dependent functions for
4 * git-cheetah
6 * Copyright (C) Heiko Voigt, 2009
8 */
10 #include "../common/git-compat-util.h"
11 #include "../common/systeminfo.h"
13 const char *git_path()
15 return "";
18 void message_box(const char *string)