Comment 12 for bug 1060771

Revision history for this message
Alexander Fomichev (fomichev-alexander) wrote :

CMQC.py
line 1761: MQCMDL_LEVEL_750 = 750 should be added

But this changes will not fix any behavior in your version, because this defines will be set in IBM headers, and they will appear only in 7.5 version and higher. So, this patch will not add any differences if you have MQ headers from version lower than 7.5, because all changes are under #ifdef declarations.
I will do a new patch with changes stated above, but it will not help you with previous versions.

We should ask Dariusz to look in to this stuff.

Please be patient.