Skip to content

Commit

Permalink
Fix MSVC build error KentUniversity
Browse files Browse the repository at this point in the history
.. left in a reference to GOOGLE_DRIVE_DEBUG by accident.
  • Loading branch information
liversedge committed Sep 22, 2017
1 parent b07b4d1 commit 154d033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloud/KentUniversity.cpp
Expand Up @@ -42,7 +42,7 @@
#endif
#ifdef Q_CC_MSVC
#define printd(fmt, ...) do { \
if (GOOGLE_DRIVE_DEBUG) { \
if (UOK_GOOGLE_DRIVE_DEBUG) { \
printf("[%s:%d %s] " fmt , __FILE__, __LINE__, \
__FUNCTION__, __VA_ARGS__); \
fflush(stdout); \
Expand Down

0 comments on commit 154d033

Please sign in to comment.