Edit

IABSD.fr/xenocara/lib/mesa/src/c11/impl/threads_win32.h

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2023-01-28 08:09:28
    Hash : 5642995e
    Message : Import Mesa 22.3.4

  • lib/mesa/src/c11/impl/threads_win32.h
  • /*
     * Copyright 2022 Yonggang Luo
     * SPDX-License-Identifier: MIT
     */
    
    #ifndef C11_IMPL_THREADS_WIN32_H_
    #define C11_IMPL_THREADS_WIN32_H_
    
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    void __threads_win32_tls_callback(void);
    
    #ifdef __cplusplus
    }
    #endif
    
    #endif