driver.h
Upload User: kjfoods
Upload Date: 2020-07-06
Package Size: 29949k
Code Size: 0k
Category:

midi program

Development Platform:

Unix_Linux

  1. /*
  2.  * Modified for use with MPlayer, detailed CVS changelog at
  3.  * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
  4.  * $Id: f7e369d5348fc7c5173c4cf3382ade9eb13cd8ae $
  5.  */
  6. #ifndef loader_driver_h
  7. #define loader_driver_h
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #include "wine/windef.h"
  12. #include "wine/driver.h"
  13. void SetCodecPath(const char* path);
  14. void CodecAlloc(void);
  15. void CodecRelease(void);
  16. HDRVR DrvOpen(LPARAM lParam2);
  17. void DrvClose(HDRVR hdrvr);
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif