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: 2602297443]
Dieser Commit ist enthalten in:
foreman
2016-10-24 01:49:08 -04:00
Ursprung 262cd3b2f8
Commit 38bad2242d
+2 -39
Datei anzeigen
@@ -11,45 +11,8 @@
#ifdef _WIN32
// Disable unneeded features of <windows.h> 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*/