Message-ID: From: "apgrucza (@apgrucza)" To: "postgresql-interfaces/psqlodbc" Date: Mon, 13 May 2024 12:36:35 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #15: #define pg_strdup _strdup In-Reply-To: References: List-Id: X-GitHub-Author-Login: apgrucza X-GitHub-Comment-Id: 2107463492 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-2107463492 Content-Type: text/plain; charset=utf-8 Prior to #6, psqlODBC only used `_strdup` on Windows builds. `_strdup` is actually part of ISO C and C++, but as it does not compile on all systems, I've created #17 to resolve this issue.