@@ -43,4 +43,9 @@ extern int count_processors(void);
#define PRSIZET "I"
static inline char *
strtok_r(char *strToken, const char *strDelimit, char **context) {
return strtok_s(strToken, strDelimit, context);
}
#endif /* !defined (__VG_WINGLUE_H__) */
The note is not visible to the blocked user.