Fix more build issues
This commit is contained in:
		
							parent
							
								
									ca5114ce93
								
							
						
					
					
						commit
						4cbb49b141
					
				| @ -211,7 +211,7 @@ Vector CallVFunction<Vector>(DHooksCallback *dg, HookParamsStruct *paramStruct, | |||||||
| 
 | 
 | ||||||
| 	return ret; | 	return ret; | ||||||
| } | } | ||||||
| #ifdef __linux__ | #ifndef WIN32 | ||||||
| template <> | template <> | ||||||
| string_t CallVFunction<string_t>(DHooksCallback *dg, HookParamsStruct *paramStruct, void *iface) | string_t CallVFunction<string_t>(DHooksCallback *dg, HookParamsStruct *paramStruct, void *iface) | ||||||
| { | { | ||||||
|  | |||||||
| @ -696,7 +696,7 @@ Vector *Callback_vector(DHooksCallback *dg, void **argStack) | |||||||
| 	return vec_result; | 	return vec_result; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #ifdef __linux__ | #ifndef WIN32 | ||||||
| string_t *Callback_stringt(DHooksCallback *dg, void **argStack) | string_t *Callback_stringt(DHooksCallback *dg, void **argStack) | ||||||
| { | { | ||||||
| 	string_t *string_result = (string_t *)argStack[0]; // Save the result
 | 	string_t *string_result = (string_t *)argStack[0]; // Save the result
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user