diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-08-31 17:10:16 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-08-31 17:10:16 +0800 |
commit | a53fc98afc6cf3dbccde265d895e26346b6f537f (patch) | |
tree | 8fd6fe61708cad0aeff3646a3bba5a620cc846bc /include/cru/base/platform/unix/PosixSpawnSubProcess.h | |
parent | 1da1bc5f1a25d0d34c287b983444299c1136bf61 (diff) | |
download | cru-a53fc98afc6cf3dbccde265d895e26346b6f537f.tar.gz cru-a53fc98afc6cf3dbccde265d895e26346b6f537f.tar.bz2 cru-a53fc98afc6cf3dbccde265d895e26346b6f537f.zip |
Unix macros.
Diffstat (limited to 'include/cru/base/platform/unix/PosixSpawnSubProcess.h')
-rw-r--r-- | include/cru/base/platform/unix/PosixSpawnSubProcess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/base/platform/unix/PosixSpawnSubProcess.h b/include/cru/base/platform/unix/PosixSpawnSubProcess.h index b6f6f880..5f2200f5 100644 --- a/include/cru/base/platform/unix/PosixSpawnSubProcess.h +++ b/include/cru/base/platform/unix/PosixSpawnSubProcess.h @@ -1,6 +1,6 @@ #pragma once -#ifndef CRU_PLATFORM_UNIX +#if !defined(__unix) #error "This file can only be included on unix." #endif |