Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1004)

Unified Diff: webkit/default_plugin/plugin_main.h

Issue 1662: Replace "WINAPI" with platform-independent "API_CALL". (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/default_plugin/default_plugin.cc ('k') | webkit/default_plugin/plugin_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/default_plugin/plugin_main.h
===================================================================
--- webkit/default_plugin/plugin_main.h (revision 1898)
+++ webkit/default_plugin/plugin_main.h (working copy)
@@ -27,9 +27,8 @@
void* notifyData);
int16 NPP_HandleEvent(NPP instance, void* event);
-NPError WINAPI NP_GetEntryPoints(NPPluginFuncs* funcs);
-NPError WINAPI NP_Initialize(NPNetscapeFuncs* funcs);
-NPError WINAPI NP_Shutdown(void);
+NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* funcs);
+NPError API_CALL NP_Initialize(NPNetscapeFuncs* funcs);
+NPError API_CALL NP_Shutdown(void);
} // default_plugin
-
« no previous file with comments | « webkit/default_plugin/default_plugin.cc ('k') | webkit/default_plugin/plugin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698