ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
system_os.hpp
Go to the documentation of this file.
1
10#pragma once
11
12#if defined(_WIN32) || defined(_WIN64)
13#define _IMSQL_SEC_OS_WINDOWS
14#elif defined(__linux__)
15#define _IMSQL_SEC_OS_LINUX
16#endif
17
18namespace secure::system {
19
20} // end of SystemOS