On Sat, Aug 30, 2008 at 3:14 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Please factor all of this out into functions.
+ /* Create a system restore point. We need to do this on a system where 'System + * Restore' is active as we would otherwise timeout on these tests. + * By doing so we circumvent the multitude of restore points that would have been + * created by all the installation and removal tests. + * + * The restore point is removed afterwards. + * + * On systems where 'System Restore' is not active, this won't have any effect + * as the first call to SRSetRestorePointA will fail with a status of + * ERROR_SERVICE_DISABLED. + */
Does the comment really need to be that long?