1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-01 12:56:32 +00:00

[win] fixed a few problems on windows

This commit is contained in:
lins_win7
2012-05-09 16:16:50 +08:00
parent 47ffe05a59
commit 57703f8652
5 changed files with 9 additions and 9 deletions

View File

@@ -97,7 +97,7 @@ def searpc_func(ret_type, param_types):
return fret(ret_str)
if ret_obj_class:
if ret_type == "objlist" or ret_type == "object":
return newfunc_obj
else:
return newfunc