Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5769bad

Browse files
Squash this
1 parent 1414c72 commit 5769bad

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/pal/tests/palsuite/file_io/DeleteFileA/test1/DeleteFileA.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
// delete a file without proper permissions
2020
//
2121

22+
#define PAL_STDCPP_COMPAT
2223
#include <palsuite.h>
24+
#undef PAL_STDCPP_COMPAT
25+
2326
#include <unistd.h>
2427
#include <sys/stat.h>
2528

src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/RemoveDirectoryA.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
**===================================================================*/
1313

1414

15+
#define PAL_STDCPP_COMPAT
1516
#include <palsuite.h>
17+
#undef PAL_STDCPP_COMPAT
18+
1619
#include <unistd.h>
1720

1821

0 commit comments

Comments
 (0)