Skip to content

Commit

Permalink
Reintroduce useful #define where it does not cause compiler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor committed Aug 28, 2024
1 parent 67faf1c commit b6d4e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/settings/device_agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <algorithm>

#define NX_PRINT_PREFIX (this->logUtils.printPrefix)
#include <nx/kit/debug.h>
#include <nx/kit/utils.h>
#include <nx/sdk/helpers/active_setting_changed_response.h>
Expand Down
1 change: 1 addition & 0 deletions src/plugin/settings/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "cloudfuse_helper.h"

// #define NX_PRINT_PREFIX (this->logUtils.printPrefix)
#include <nx/kit/debug.h>
#include <nx/kit/ini_config.h>
#include <nx/sdk/helpers/active_setting_changed_response.h>
Expand Down

0 comments on commit b6d4e38

Please sign in to comment.