access_basefun.h 154 B

123456789
  1. #pragma once
  2. #include "EventCode.h"
  3. #ifdef _MSC_VER
  4. #include <windows.h>
  5. DWORD checkErrType(DWORD curEvent);
  6. #else
  7. int checkErrType(int curEvent);
  8. #endif