Message-ID: From: "jboakye (@jboakye)" To: "postgresql-interfaces/psqlodbc" Date: Mon, 13 May 2024 09:29:23 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #15: #define pg_strdup _strdup In-Reply-To: References: List-Id: X-GitHub-Author-Login: jboakye X-GitHub-Comment-Id: 2107088596 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 15 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/15#issuecomment-2107088596 Content-Type: text/plain; charset=utf-8 I just did some research and it seems _strdup is targeted at MS windows? .. seems like the enclosing #ifdefs should make sure _strdup does not get defined for non MS systems. Thank you all for looking into it.