repo.or.cz
/
git-cheetah
/
kirill.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix .h-files to not define variables
[git-cheetah/kirill.git]
/
systeminfo.h
blob
477cba3db5d667ff05654afc32e566f2dc547268
1
#ifndef SYSTEMINFO_H
2
#define SYSTEMINFO_H
3
4
#define GIT_CHEETAH_REG_PATH
"SOFTWARE
\\
Git-Cheetah"
5
#define GIT_CHEETAH_REG_PATHTOMSYS
"PathToMsys"
6
7
TCHAR
*
msys_path
(
void
);
8
9
#endif
/* SYSTEMINFO_H */