[GB.NET]
* BUG: Make the component compile on 32 bits OS. git-svn-id: svn://localhost/gambas/trunk@3129 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
eb94949c92
commit
e60daf35b1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ typedef
|
|||
}
|
||||
CDNSCLIENT;
|
||||
|
||||
void dns_callback(long lParam);
|
||||
void dns_callback(intptr_t lParam);
|
||||
void* dns_get_name(void* v_obj);
|
||||
void* dns_get_ip(void* v_obj);
|
||||
void dns_event(CDNSCLIENT *mythis);
|
||||
|
|
Loading…
Reference in a new issue