comparison test/plain/test_main.c @ 348:da4b267c10bf r1.1-RC3

- test code fixes and cleanups for win 32
author Tassilo Philipp
date Wed, 08 Jan 2020 17:23:24 +0100
parents dd78bd0152af
children f6430d194be6
comparison
equal deleted inserted replaced
347:a2a42f477662 348:da4b267c10bf
139 139
140 return ret; 140 return ret;
141 } 141 }
142 142
143 143
144 #ifdef DC__OS_Win32 144 #if defined(DC__OS_Win32)
145 /* win32 __stdcall */ 145 /* win32 __stdcall */
146 146
147 DEF_FUNCS(__stdcall,std) 147 DEF_FUNCS(__stdcall,std)
148 148
149 int testCallStd() 149 int testCallStd()
233 } 233 }
234 234
235 #endif 235 #endif
236 236
237 237
238 #ifdef DC__OS_Win32 238 #if defined(DC__OS_Win32)
239 /* win32 __fastcall */ 239 /* win32 __fastcall */
240 240
241 DEF_FUNCS(__fastcall,fast) 241 DEF_FUNCS(__fastcall,fast)
242 242
243 int testCallFast() 243 int testCallFast()