mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[SHELL32_APITEST] Disable exceptions in atl when compiling without exceptions
This commit is contained in:
parent
a255e1d693
commit
10fa9bfe0a
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
|
||||
add_definitions(
|
||||
-D_ATL_NO_EXCEPTIONS)
|
||||
|
||||
set_cpp(WITH_RUNTIME)
|
||||
|
||||
spec2def(shell32_apitest.exe shell32_apitest.spec)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _SHELLTEST_H_
|
||||
#define _SHELLTEST_H_
|
||||
|
||||
#define _INC_WINDOWS
|
||||
//#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <ntstatus.h>
|
||||
|
|
Loading…
Reference in a new issue