Patch level : 12.0 no patch

Files correlati     : 
Commento            :

Corretta dichiarazione di gstrncpy

git-svn-id: svn://10.65.10.50/branches/R_10_00@23331 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2016-09-26 22:39:50 +00:00
parent 19684e1cf1
commit f9f8a576f5

View File

@ -1434,7 +1434,7 @@ XIDLL void xi_set_text XVT_CC_ARGS( ( XI_OBJ * xi_obj, const char *s ) );
XIDLL void xi_set_override_cursor XVT_CC_ARGS( ( XI_OBJ* itf, XinCursor cursor, BOOLEAN flag ) ); XIDLL void xi_set_override_cursor XVT_CC_ARGS( ( XI_OBJ* itf, XinCursor cursor, BOOLEAN flag ) );
XIDLL void xi_event_debug XVT_CC_ARGS( ( char *tag, XI_EVENT * xiev, char *s, int len ) ); XIDLL void xi_event_debug XVT_CC_ARGS( ( char *tag, XI_EVENT * xiev, char *s, int len ) );
XIDLL char * gstrncpy XVT_CC_ARGS( ( char *dst, char *src, int n ) ); XIDLL char * gstrncpy XVT_CC_ARGS( ( char *dst, const char *src, int n ) );
/* XI consistant drawing functions - these functions perform identically on /* XI consistant drawing functions - these functions perform identically on
* all platforms. These functions also do virtual interface coordinate * all platforms. These functions also do virtual interface coordinate