diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-10 10:16:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-10 10:16:11 +0200 |
commit | bad606febb291022140cb4fb637005cfafff6f98 (patch) | |
tree | a259f96555aec035ac5a76a980ad3e307ff662b9 /embedserv/source/inc/stdafx.h | |
parent | cf59d64ae2f9321845af669678370d68c52b7985 (diff) |
Clean up uses of SAL_U/SAL_W: embedserv
Change-Id: I5a73acf6ccfc1709e95e55fa15c32ec6dda2657a
Diffstat (limited to 'embedserv/source/inc/stdafx.h')
-rw-r--r-- | embedserv/source/inc/stdafx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embedserv/source/inc/stdafx.h b/embedserv/source/inc/stdafx.h index c056c5bf714a..8e65c0af9c4d 100644 --- a/embedserv/source/inc/stdafx.h +++ b/embedserv/source/inc/stdafx.h @@ -35,6 +35,12 @@ #endif #endif #include <atlbase.h> +#if defined max +#undef max +#endif +#if defined min +#undef min +#endif //You may derive a class from CComModule and use it if you want to override //something, but do not change the name of _Module extern CComModule _Module; |