diff options
Diffstat (limited to 'chrome/installer/gcapi/gcapi.def')
-rw-r--r-- | chrome/installer/gcapi/gcapi.def | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/installer/gcapi/gcapi.def b/chrome/installer/gcapi/gcapi.def new file mode 100644 index 0000000..ad7286f --- /dev/null +++ b/chrome/installer/gcapi/gcapi.def @@ -0,0 +1,11 @@ +LIBRARY "gcapi_dll.dll" + +EXPORTS + ; Note that we keep the assigned ordinals for a couple of the exports + ; to maintain parity with the old gcapi code. LaunchGoogleChrome was + ; originally tagged as having an export ordinal of 0 which afaict is not + ; legal. + GoogleChromeCompatibilityCheck @8 PRIVATE + LaunchGoogleChrome PRIVATE + LaunchGoogleChromeWithDimensions @16 PRIVATE + GoogleChromeDaysSinceLastRun PRIVATE |