Why PGDLLIMPORT is needed

From: 高健 <luckyjackgao(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Why PGDLLIMPORT is needed
Date: 2012-10-29 06:05:57
Message-ID: CAL454F1-maRbLDhUSduHFU6zh21Be-aa+i4RHBchjZ8NBFAMuQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On /src/include/storage/proc.h:

I saw the following line:

extern PGDLLIMPORT PGPROC *MyProc;

I want to know why PGDLLIMPORT is used here?

Does it mean: exten PGPROC *MyProc; right?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tianyin Xu 2012-10-29 06:22:35 Re: How to print application_name in log_line_prefix (using %a)?
Previous Message Chris Angelico 2012-10-29 05:27:47 Re: How to print application_name in log_line_prefix (using %a)?