Fix palsuite build (#41622)
authorAdeel Mujahid <adeelbm@outlook.com>
Tue, 1 Sep 2020 01:30:31 +0000 (04:30 +0300)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 01:30:31 +0000 (18:30 -0700)
commitc8c89a2f8aa403f7fbf1aa151318e863e9291af4
tree73d20ea391eb3d11cbd50354582c833049a7cd71
parentdbb07f636f2b5ad2766bb174ace42aec220d705e
Fix palsuite build (#41622)

Error 1
```sh
   CMake Error at src/pal/tests/palsuite/exception_handling/pal_sxs/test1/CMakeLists.txt:22 (set_exports_linker_option):
    set_exports_linker_option Function invoked with incorrect arguments for
    function named: set_exports_linker_option
```
Error 2
```sh
  [ 23%] Building CXX object src/vm/wks/CMakeFiles/cee_wks_core.dir/__/debugdebugger.cpp.o
  In file included from /Users/am11/projects/runtime_base/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/test1.c:17:
  In file included from /Users/am11/projects/runtime_base/src/coreclr/src/pal/tests/palsuite/common/palsuite.h:24:
  /Users/am11/projects/runtime_base/src/coreclr/src/pal/inc/pal.h:379:28: error: unknown type name 'bool'
      const char *szExePath, bool runningInExe);
                             ^
  1 error generated.
```
src/coreclr/src/pal/inc/pal.h
src/coreclr/src/pal/src/init/pal.cpp
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/CMakeLists.txt