Chromium Code Reviews| Index: chrome/installer/gcapi/gcapi.h |
| =================================================================== |
| --- chrome/installer/gcapi/gcapi.h (revision 125017) |
| +++ chrome/installer/gcapi/gcapi.h (working copy) |
| @@ -105,8 +105,8 @@ |
| // Function pointer type declarations to use with GetProcAddress. |
| typedef BOOL (__stdcall *GCCC_CompatibilityCheck)(BOOL, int, DWORD *); |
| -typedef BOOL (__stdcall *GCCC_LaunchGC)(HANDLE *); |
| -typedef BOOL (__stdcall *GCCC_LaunchGCWithDimensions)(int, int, int, int); |
| +typedef BOOL (__stdcall *GCCC_LaunchGC)(); |
| +typedef BOOL (__stdcall *GCCC_LaunchGCWithDimensions)(int, int, int, int, bool); |
|
robertshield
2012/03/15 03:52:32
good catch!
|
| typedef int (__stdcall *GCCC_GoogleChromeDaysSinceLastRun)(); |
| typedef BOOL (__stdcall *GCCC_CanOfferReactivation)(const wchar_t*, |
| int, |