Commit c75dba47 authored by peastman's avatar peastman
Browse files

Yet more Windows fixes

parent 1082edbc
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#ifdef _MSC_VER
// Prevent Windows from defining macros that interfere with other code.
#define NOMINMAX
#endif
#include "OpenCLSort.h" #include "OpenCLSort.h"
#include "OpenCLKernelSources.h" #include "OpenCLKernelSources.h"
#include <algorithm> #include <algorithm>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment