There a very few changes in the code. Cleaned up directory, added build environment for Open Watcom 1.6 and newer, and created inf file for docs.
Changes:
* On SMP systems PMVNC thread tried to access to the hpsBitmap simultaneously. Serialized access via mutex to fix.
* If "Tiny Color" and "Gray Scale" modes used, received SYS3175 crash in PMMERGE.DLL. Increased malloc pbmiBitmap from *16 to *256.
* Missing comma after ID_PMVNC in IDD_ABOUT pmvncres.rc
|