mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Hopefully fixed some stuff that causes Windows builds to fail.
This commit is contained in:
@ -100,7 +100,7 @@ struct sqlca_t *ECPGget_sqlca(void);
|
||||
#line 17 "descriptor.pgc"
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined(ENABLE_THREAD_SAFETY) && defined(WIN32)
|
||||
static unsigned STDCALL fn(void* arg)
|
||||
#else
|
||||
static void* fn(void* arg)
|
||||
|
@ -16,7 +16,7 @@ EXEC SQL include sqlca;
|
||||
EXEC SQL whenever sqlerror sqlprint;
|
||||
EXEC SQL whenever not found sqlprint;
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined(ENABLE_THREAD_SAFETY) && defined(WIN32)
|
||||
static unsigned STDCALL fn(void* arg)
|
||||
#else
|
||||
static void* fn(void* arg)
|
||||
|
Reference in New Issue
Block a user