Skip to content

package/win32: only use Windows XP+ API's to look for a process in NSIS

Steve Lhomme requested to merge robUx4/vlc:nsprocess-xp into master

No need to do some DLL loading/GetProcAddress. The installer is for Windows XP+ (and Windows 7 on VLC4). These API's are always present.

Merge request reports

Loading