sync fix and portable fix

This commit is contained in:
Alexander Frick 2024-08-05 17:55:55 -05:00
parent cf8ec4b250
commit ffbfd859de
3 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -113,11 +113,14 @@
// variables. If set, they will be used to replace any of the client
// IDs and secrets above that have not been set (and only those; they
// will not override already-set values).
#if !defined(GOOGLE_DEFAULT_API_KEY)
#define GOOGLE_DEFAULT_API_KEY "AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw"
#endif
#if !defined(GOOGLE_DEFAULT_CLIENT_ID)
#define GOOGLE_DEFAULT_CLIENT_ID ""
#define GOOGLE_DEFAULT_CLIENT_ID "77185425430.apps.googleusercontent.com"
#endif
#if !defined(GOOGLE_DEFAULT_CLIENT_SECRET)
#define GOOGLE_DEFAULT_CLIENT_SECRET ""
#define GOOGLE_DEFAULT_CLIENT_SECRET "OTJgUOQcT7lO7GsGZq2G4IlT"
#endif
namespace google_apis {