on MSVC.
Fix strange nonstandard version of __stdcall specifyer in thread
tests on win32.
#ifdef WIN32
-static unsigned STDCALL fn(void* arg)
+static unsigned __stdcall fn(void* arg)
#else
static void* fn(void* arg)
#endif
#if defined(ENABLE_THREAD_SAFETY) && defined(WIN32)
-static unsigned STDCALL fn(void* arg)
+static unsigned __stdcall fn(void* arg)
#else
static void* fn(void* arg)
#endif
#ifdef WIN32
-static unsigned STDCALL fn(void* arg)
+static unsigned __stdcall fn(void* arg)
#else
static void* fn(void* arg)
#endif
exec sql whenever not found sqlprint;
#ifdef WIN32
-static unsigned STDCALL fn(void* arg)
+static unsigned __stdcall fn(void* arg)
#else
static void* fn(void* arg)
#endif
EXEC SQL whenever not found sqlprint;
#if defined(ENABLE_THREAD_SAFETY) && defined(WIN32)
-static unsigned STDCALL fn(void* arg)
+static unsigned __stdcall fn(void* arg)
#else
static void* fn(void* arg)
#endif
exec sql whenever not found sqlprint;
#ifdef WIN32
-static unsigned STDCALL fn(void* arg)
+static unsigned __stdcall fn(void* arg)
#else
static void* fn(void* arg)
#endif
+
+
+
- c -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" />
+