Skip to content

Commit

Permalink
:Remove unnecessary whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschmidt1994 committed Jan 9, 2025
1 parent 9dd8c17 commit ab26e16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions libcob/call.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ FILE *fmemopen (void *buf, size_t size, const char *mode);
https://wiki.musl-libc.org/functional-differences-from-glibc.html#Unloading_libraries
*/



#ifdef _WIN32

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <io.h> /* for access */
Expand Down Expand Up @@ -93,6 +92,7 @@ lt_dlerror (void)
return errbuf;
}
#endif

#elif defined(USE_LIBDL)
/* note: only defined in configure when HAVE_DLFCN_H is true and dlopen can be linked */
#include <dlfcn.h>
Expand All @@ -103,8 +103,11 @@ lt_dlerror (void)
#define lt_dlinit()
#define lt_dlexit()
#define lt_dlhandle void *

#else

#include <ltdl.h>

#endif

#define COB_MAX_COBCALL_PARMS 16
Expand Down

0 comments on commit ab26e16

Please sign in to comment.