sal2.h 482 B

12345678910111213141516171819
  1. /*
  2. See https://github.com/RobertBeckebans/RBDOOM-3-BFG/blob/master/neo/libs/mingw-hacks/sal.h
  3. */
  4. /* From PortAudio, which is under MIT license:
  5. * https://www.assembla.com/code/portaudio/subversion/nodes/portaudio/trunk/src/hostapi/wasapi/mingw-include/sal.h
  6. */
  7. #pragma once
  8. #if __GNUC__ >=3
  9. #pragma GCC system_header
  10. #endif
  11. #define __in
  12. #define __out
  13. #define __deref_in
  14. #define __deref_inout_opt
  15. #define __field_ecount_opt(x)
  16. #define __in_bcount_opt(size)