mirror of
https://github.com/boostorg/process.git
synced 2026-01-23 05:42:28 +00:00
Compare commits
1 Commits
boost-1.86
...
boost-1.86
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9561ebad1c |
@@ -57,7 +57,7 @@ else()
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(boost_process PUBLIC ntdll shell32 Advapi32 user32)
|
||||
target_link_libraries(boost_process PUBLIC ntdll shell32 advapi32 user32)
|
||||
endif()
|
||||
|
||||
if(BUILD_SHARED_LIBS)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <boost/process/v2/error.hpp>
|
||||
|
||||
#if defined(BOOST_PROCESS_V2_WINDOWS)
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
BOOST_PROCESS_V2_BEGIN_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user