script fix
This commit is contained in:
parent
2faab40fad
commit
036b2a30b9
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ def output():
|
|||
print >> cpp, "\t" + get_name(d)[:-1] + "_wrapped = (" + get_name(d)[:-1] + "_wrapped_fnc)GetProcAddress(f_hPurple, \"" + get_name(d)[:-1] + "\");"
|
||||
#if (!purple_util_set_user_wrapped)
|
||||
print >> cpp, "\tif (!" + get_name(d)[:-1] + "_wrapped)"
|
||||
print >> cpp, "\t\treturn false";
|
||||
print >> cpp, "\t\treturn false;"
|
||||
print >> cpp, ""
|
||||
print >> cpp, "#endif"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue