DllMain

From: Sebastian Setzer <setzersn(at)trick(dot)informatik(dot)uni-stuttgart(dot)de>
To: pgsql-ports(at)postgresql(dot)org
Subject: DllMain
Date: 2000-02-01 14:00:55
Message-ID: Pine.GSO.4.10.10002011457040.1575-100000@dagobert.informatik.uni-stuttgart.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

I tried to compile postgres with cygwin (on Win 95) with gcc 2.95.2

I got an error message, complaining that the declaration of
DllMain in dllinit.c conflicts with the declaration in
cygwin/cygwin_dll.h

in cygwin/cygwin_dll.h :
#define DECLARE_CYGWIN_DLL(Entry) \
.... \
int WINAPI Entry (HANDLE h, DWORD reason, void *ptr); \
...
which should expand to :
int WINAPI DllMain (HANDLE h, DWORD reason, void *ptr);

in dllinit.c :
BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason, LPVOID reserved);

Is it because gcc 2.95.2 is stricter or is it a bug or is my
installation wrong or is it because i use Win 95 instead of NT ?

Can you help me ?

Sebastian Setzer

Browse pgsql-ports by date

  From Date Subject
Next Message clemmons 2000-02-01 17:35:24 Attn: Webmaster
Previous Message Jeff Sadowski 2000-01-31 20:12:16 licencing