Log In
morevna
/
builder
Clone
Source Code
GIT
Source
Issues
2
Pull Requests
0
Stats
Blame env-builder-data/build/script/packet/nsis-2.50.files/InstallerOptions.cpp.patch
Branch:
bc20ea525b1601b4727062892a4daa8b18d3a1fe
appimagetool
docker
master
bc20ea525b1601b4727062892a4daa8b18d3a1fe
env-builder-data
build
script
packet
nsis-2.50.files
InstallerOptions.cpp.patch
Blob
Raw
18e95a
18a19,21
18e95a
> #ifndef min
18e95a
> #define min(a,b) (((a) < (b)) ? (a) : (b))
18e95a
> #endif