Open GoogleCodeExporter opened 8 years ago
-typedef const char* (*NP_GetMIMEDescriptionFunc)(void);
+typedef const char* (OSCALL *NP_GetMIMEDescriptionFunc)(void);
const char* NP_GetMIMEDescription(void);
This particular function is not marked OSCALL. Why are you putting OSCALL in
the typedef for NP_GetMIMEDescriptionFunc?
The others look fine to me.
Any thoughts on this Stuart?
Original comment by josh....@gmail.com
on 24 Apr 2012 at 5:59
NP_GetMIMEDescription was a typo, sorry about that. I'm attaching a fixed
version.
Original comment by cja...@gmail.com
on 25 Apr 2012 at 11:13
Attachments:
LGTM, I will land it soon.
Original comment by josh....@gmail.com
on 25 Apr 2012 at 12:48
Original issue reported on code.google.com by
cja...@gmail.com
on 20 Apr 2012 at 3:00Attachments: