Sorry for the delay but this patch has a couple of minor issues:
* Function pointers are declared but not used. It seems you can probably get away with avoiding them as MSDN says these functions are available in early windows versions.
* The implementation should raise a win32api error if it fails.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Add win32api.GetICMProfile
Sorry for the delay but this patch has a couple of minor issues:
* Function pointers are declared but not used. It seems you can probably get away with avoiding them as MSDN says these functions are available in early windows versions.
* The implementation should raise a win32api error if it fails.