Skip to content

Commit

Permalink
Update appsflyer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev authored Jun 17, 2022
1 parent 3f56246 commit 48e2da6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extension-appsflyer/src/appsflyer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
#define LIB_NAME "Appsflyer"
#define MODULE_NAME "appsflyer"

#ifndef DLIB_LOG_DOMAIN
#define DLIB_LOG_DOMAIN LIB_NAME
#endif

#include <dmsdk/sdk.h>

Expand Down Expand Up @@ -182,4 +184,4 @@ static dmExtension::Result FinalizeAppsflyer(dmExtension::Params *params) {
DM_DECLARE_EXTENSION(EXTENSION_NAME,
LIB_NAME, 0, 0, InitializeAppsflyer, 0, 0, FinalizeAppsflyer)

#endif // platform
#endif // platform

0 comments on commit 48e2da6

Please sign in to comment.