From 38bad2242da9dbf5c643d1c86911d4f5bf3de14a Mon Sep 17 00:00:00 2001
From: foreman
Date: Mon, 24 Oct 2016 01:49:08 -0400
Subject: [PATCH] P4 to Git Change 1330418 by lmoriche@lmoriche_opencl_dev on
2016/10/24 01:43:34
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Backout top.hpp@1330411
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/top.hpp#25 edit
[ROCm/clr commit: 26022974436bf1c5473d373249ad136afecbb666]
---
projects/clr/rocclr/runtime/top.hpp | 41 ++---------------------------
1 file changed, 2 insertions(+), 39 deletions(-)
diff --git a/projects/clr/rocclr/runtime/top.hpp b/projects/clr/rocclr/runtime/top.hpp
index 5d1d9ba835..585682ccad 100644
--- a/projects/clr/rocclr/runtime/top.hpp
+++ b/projects/clr/rocclr/runtime/top.hpp
@@ -11,45 +11,8 @@
#ifdef _WIN32
// Disable unneeded features of for efficiency.
-# define NOGDICAPMASKS
-# define NOVIRTUALKEYCODES
-# define NOWINMESSAGES
-# define NOWINSTYLES
-# define NOSYSMETRICS
-# define NOMENUS
-# define NOICONS
-# define NOKEYSTATES
-# define NOSYSCOMMANDS
-# define NORASTEROPS
-# define NOSHOWWINDOW
-# define OEMRESOURCE
-# define NOATOM
-# define NOCLIPBOARD
-# define NOCOLOR
-# define NOCTLMGR
-# define NODRAWTEXT
-# define NOGDI
-# define NOKERNEL
-# define NOMB
-# define NOMEMMGR
-# define NOMETAFILE
-# define NOMINMAX
-# define NOOPENFILE
-# define NOSCROLL
-# define NOSERVICE
-# define NOSOUND
-# define NOTEXTMETRIC
-# define NOWH
-# define NOWINOFFSETS
-# define NOCOMM
-# define NOKANJI
-# define NOHELP
-# define NOPROFILER
-# define NODEFERWINDOWPOS
-# define NOMCX
-# ifndef NOCRYPT
-# define NOCRYPT
-# endif
+# define NODRAWTEXT 1
+# define NOMINMAX 1
# define WIN32_LEAN_AND_MEAN 1
#endif /*_WIN32*/