win.h 191 B

123456789101112
  1. #ifndef TOOLKIT_WINDOWS_H
  2. #define TOOLKIT_WINDOWS_H
  3. #pragma once
  4. #include<Windows.h>
  5. typedef HANDLE toolkit_thread_t;
  6. typedef CRITICAL_SECTION toolkit_mutex_t;
  7. #endif //TOOLKIT_WINDOWS_H