repo.or.cz
/
msysgit
/
historical-msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git]
/
mingw
/
include
/
lmuseflg.h
blob
34162e4e556ae33f01403e4f7332fcea0b93789e
1
#ifndef _LMUSEFLG_H
2
#define _LMUSEFLG_H
3
#if __GNUC__ >=3
4
#pragma GCC system_header
5
#endif
6
7
#define USE_NOFORCE 0
8
#define USE_FORCE 1
9
#define USE_LOTS_OF_FORCE 2
10
#endif