Edit

kc3-lang/SDL/src/thread

Branch :

  • Show log

    Commit

  • Author : Frank Praznik
    Date : 2021-11-02 16:56:14
    Hash : 43ddc59f
    Message : Export SDL_LinuxSetThreadPriorityAndPolicy() function (#4877) It's marked as being a public symbol internally, however, it was missing from the header files and not visible in the shared library. This adds it to the necessary headers and to the DynAPI list to expose it for use by applications. Co-authored-by: Frank Praznik <frank.praznik@oh.rr.com>