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
18
namespace
secure::system {
19
20
}
// end of SystemOS
core-engine
secure
system
system_os.hpp
Generated on Mon Apr 28 2025 22:33:21 for ImSQL by
1.13.2