diff options
| author | Magnus Hagander <magnus@hagander.net> | 2007-10-03 11:57:36 +0000 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2007-10-03 11:57:36 +0000 |
| commit | 6ddbc1164d221a54fccdc2cdb96bc8a921734c10 (patch) | |
| tree | fb5bd2d13b65f050d6e668b7d4f5ac02bba2fc8f /src/interfaces/ecpg/test/expected/thread-alloc.c | |
| parent | ebade3f5bfb032fa5e6e6c5f39e5e095f0228c39 (diff) | |
Make ECPG regression tests run with -c only for array_of_struct.pgc
on MSVC.
Fix strange nonstandard version of __stdcall specifyer in thread
tests on win32.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/thread-alloc.c')
| -rw-r--r-- | src/interfaces/ecpg/test/expected/thread-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/thread-alloc.c b/src/interfaces/ecpg/test/expected/thread-alloc.c index 12a95df8f66..0f2979a2550 100644 --- a/src/interfaces/ecpg/test/expected/thread-alloc.c +++ b/src/interfaces/ecpg/test/expected/thread-alloc.c @@ -121,7 +121,7 @@ struct sqlca_t *ECPGget_sqlca(void); #ifdef WIN32 -static unsigned STDCALL fn(void* arg) +static unsigned __stdcall fn(void* arg) #else static void* fn(void* arg) #endif |
