9 extern void dllwrite (void);
12 testexe_main (void* p1
, void *p2
, char* p3
, int p4
)
15 /* We can't print or assert in a minimal app like this,
16 so use the return status to indicate if global_a
17 ended up with the correct expected value. */
21 /* We have to import something, anything at all, from
22 kernel32, in order to have the thread and process
23 base thunk routines loaded when we start running!. */
24 extern __attribute((dllimport
)) void _stdcall
Sleep (unsigned int duration
);
27 testexe_dummy (unsigned int foobar
)