mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-05 20:40:05 -08:00
6 lines
88 B
C++
6 lines
88 B
C++
#ifdef _WIN32
|
|
#include "coprocess-win32.cpp"
|
|
#else
|
|
#include "coprocess-unix.cpp"
|
|
#endif
|