comparison test/callback_suite/README.txt @ 495:45ac093ca822

- test/callback_suite: make it use shared random sig generator from call_suite and call_suite_aggrs
author Tassilo Philipp
date Mon, 21 Mar 2022 16:50:44 +0100
parents 3e629dc19168
children 049e04af13c8
comparison
equal deleted inserted replaced
494:d45c582b5457 495:45ac093ca822
56 Tssting for exotic calling conventions on Windows: 56 Tssting for exotic calling conventions on Windows:
57 57
58 Specify 'api' and 'ccprefix' accordingly: 58 Specify 'api' and 'ccprefix' accordingly:
59 59
60 60
61 "__stdcall" "_s" 61 "__stdcall" "_s"
62 "__fastcall" "_f" for gcc compiler 62 "__fastcall" "_f" for gcc compiler
63 "_F" for microsoft compiler 63 "_F" for microsoft compiler
64 64
65 65
66 66