Menu

#474 mmreg.h: WAVE_FORMAT_POLYCOM_G729_A identifier missing underscore

v1.0 (example)
closed-fixed
nobody
None
5
2015-04-11
2015-04-11
dkl
No

In mmreg.h from mingw-w64-v4.0.1,

#define WAVE_FORMAT_POLYCOM G729_A 0xa114
                           ^

should probably be:

#define WAVE_FORMAT_POLYCOM_G729_A 0xa114
                           ^

Discussion

  • Kai Tietz

    Kai Tietz - 2015-04-11

    Got fixed on mastern. Keep it open for backmerge.

    Thanks for reporting.

    Kai

     
  • Ozkan Sezer

    Ozkan Sezer - 2015-04-11
    • status: open --> closed-fixed
     
  • Ozkan Sezer

    Ozkan Sezer - 2015-04-11

    Back-merged into v4.x branch. Closing as fixed.

     

Log in to post a comment.