password_manager/source/environment.cpp
Nikola Petrov 5b0dcb23ea rename sys to environment
and change the environment defenition files
to be in environment dir
2024-07-22 10:43:35 +02:00

12 lines
205 B
C++

#define GLOB_IMPLEMENTATION
#include "glob.hpp"
#define CRYPTORAND_IMPLEMENTATION
#include "cryptorand.hpp"
#ifdef _WIN32
#include "../environment/win.cpp"
#else
#include "../environment/lin.cpp"
#endif