diff options
Diffstat (limited to 'plugins/MirOTR/src/stdafx.h')
-rw-r--r-- | plugins/MirOTR/src/stdafx.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/MirOTR/src/stdafx.h b/plugins/MirOTR/src/stdafx.h index 29c63f73e4..a67c5a40f4 100644 --- a/plugins/MirOTR/src/stdafx.h +++ b/plugins/MirOTR/src/stdafx.h @@ -74,9 +74,9 @@ using namespace std; #include "svcs_proto.h" #ifdef _DEBUG - #define DEBUGOUTA(x) OutputDebugStringA(x); - #define DEBUGOUT(x) OutputDebugString(x); - #define DEBUGOUT_T(x) OutputDebugString(__T(x)); + #define DEBUGOUTA(x) OutputDebugStringA(x) + #define DEBUGOUT(x) OutputDebugString(x) + #define DEBUGOUT_T(x) OutputDebugString(__T(x)) #else #define DEBUGOUTA(x); #define DEBUGOUT(x) @@ -92,5 +92,3 @@ using namespace std; #define PREF_NO_HISTORY 0x10000 extern HINSTANCE hInst; - -// TODO: Hier auf zusätzliche Header, die das Programm erfordert, verweisen. |