Nebula
Loading...
Searching...
No Matches
library.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
11#if __WIN32__
12#include "win32/win32library.h"
13namespace System
14{
16}
17#else
18#include "posix/posixlibrary.h"
19namespace System
20{
22}
23#endif
24//------------------------------------------------------------------------------
25
Load and handle an external shared library on POSIX platforms.
Definition posixlibrary.h:17
Use to load dynamic libraries and their addresses.
Load and handle an external DLL.
Definition win32library.h:20
Definition osxsysfunc.h:15
Posix::PosixLibrary Library
Definition library.h:21