aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TestDLL/dllmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestDLL/dllmain.cpp b/TestDLL/dllmain.cpp
index a4dbaed..39075b7 100644
--- a/TestDLL/dllmain.cpp
+++ b/TestDLL/dllmain.cpp
@@ -10,7 +10,7 @@ void APIENTRY LibEntry(void)
MessageBoxA(NULL,
"DllMain from TestDLL",
"TestDLL Notification",
- MB_OK | MB_ICONINFORMATION) == IDOK ? TRUE : FALSE;
+ MB_OK | MB_ICONINFORMATION);
}
}