Browse Source

FIXME: Hack for MinGW.

Darryl Pogue 13 years ago
parent
commit
8e05891be0
  1. 2
      Sources/Plasma/NucleusLib/pnNetCli/pnNcCli.cpp

2
Sources/Plasma/NucleusLib/pnNetCli/pnNcCli.cpp

@ -53,7 +53,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
# pragma message("Compiling pnNetCli with debugging on") # pragma message("Compiling pnNetCli with debugging on")
# define NCCLI_LOG LogMsg # define NCCLI_LOG LogMsg
#else #else
# define NCCLI_LOG NULL_STMT # define NCCLI_LOG LogMsg
#endif #endif
#ifndef PLASMA_EXTERNAL_RELEASE #ifndef PLASMA_EXTERNAL_RELEASE

Loading…
Cancel
Save