Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the calling convention in sick_scan_xd_api_wrapper.c from __stdcall to __cdecl #321

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Apr 23, 2024

  1. Change the calling convention in sick_scan_xd_api_wrapper.c

    Changing the calling convention from __stdcall to __cdecl here makes the library run in 32-bit mode. Since the .dll is also compiled with __cdecl as the calling convention this makes sense. We weren't able to test if the library still works fine with real hardware though.
    Sertzu authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1996fcf View commit details
    Browse the repository at this point in the history