OpenNet
OS.h
Aller à la documentation de ce fichier.
1 
2 // Product OpenNet
3 
7 
8 #pragma once
9 
10 // Includes
12 
13 // ====== Includes ===========================================================
14 
15 #ifdef _KMS_LINUX_
16  #include <OpenNetK/Linux.h>
17 #endif
18 
19 #ifdef _KMS_WINDOWS_
20  #include <OpenNetK/Windows.h>
21 #endif
(Linux)
(Windows)