﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
793	_WinNet_EnumResource Bug	Tibur.Wiseman@…	Gary	"When try using the function _WinNet_EnumResource, always an error is returned.

the problem is on those lines in the function, in WinNet.au3 :

Return SetError($aResult[0], 0, $aResult = 0)

the good code is :

Return SetError($aResult[0], 0, $aResult[0] = 0)

Tibur."	Bug	closed	3.3.1.0	AutoIt	3.3.0.0	None	Fixed	EnumResource	
