suite: correct authors of patch_major_os_version.py
This commit is contained in:
parent
fd1af772e2
commit
5a6007b0f1
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
# By Nguyen Anh Quynh
|
||||
# By Daniel Pistelli & Nguyen Tan Cong
|
||||
|
||||
# This script is to patch DLL/EXE MajorVersion to 5,
|
||||
# so they can be loaded by Windows XP.
|
||||
# This is the problem introduced by compiling on Windows 7, using VS2013.
|
||||
|
||||
import sys, struct
|
||||
|
||||
|
|
Loading…
Reference in New Issue