diff options
Diffstat (limited to 'os/windows/posix/include/dlfcn.h')
-rw-r--r-- | os/windows/posix/include/dlfcn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/posix/include/dlfcn.h b/os/windows/posix/include/dlfcn.h index 2953aec6..aaffb52f 100644 --- a/os/windows/posix/include/dlfcn.h +++ b/os/windows/posix/include/dlfcn.h @@ -1,6 +1,6 @@ #ifndef DLFCN_H
#define DLFCN_H
-
+
#define RTLD_LAZY 1
void *dlopen(const char *file, int mode);
|