mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Win32 build cleanups, from Andrew Dunstan.
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
/* $PostgreSQL: pgsql/src/backend/port/dynloader/win32.c,v 1.3 2003/11/29 19:51:54 pgsql Exp $ */
|
||||
/* $PostgreSQL: pgsql/src/backend/port/dynloader/win32.c,v 1.4 2004/11/17 08:30:08 neilc Exp $ */
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
char *dlerror(void);
|
||||
int dlclose(void *handle);
|
||||
void *dlsym(void *handle, const char *symbol);
|
||||
void *dlopen(const char *path, int mode);
|
||||
|
||||
char *
|
||||
dlerror(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user