threading_alt.h 169 B

12345678910
  1. #ifndef WIN32_LEAN_AND_MEAN
  2. #define WIN32_LEAN_AND_MEAN
  3. #endif
  4. #include <windows.h>
  5. typedef struct
  6. {
  7. CRITICAL_SECTION cs;
  8. char is_valid;
  9. } mbedtls_threading_mutex_t;