Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
isv:ownCloud:toolchains:mingw:win32:stable
mingw32-cross-nsis
nsis-2.45-minmax.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nsis-2.45-minmax.patch of Package mingw32-cross-nsis
--- Contrib/InstallOptions/InstallerOptions.cpp 2009-02-04 15:08:31.000000000 +0100 +++ Contrib/InstallOptions/InstallerOptions.cpp 2010-05-07 09:32:51.000000000 +0200 @@ -25,6 +25,11 @@ #define INLINE inline #endif +#ifdef min +#undef min +#endif +#define min(a,b) (a < b ? a : b) + void *WINAPI MALLOC(int len) { return (void*)GlobalAlloc(GPTR,len); } void WINAPI FREE(void *d) { if (d) GlobalFree((HGLOBAL)d); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor