summaryrefslogtreecommitdiff
path: root/utils/MTP/MTP_DLL/MTP_DLL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/MTP/MTP_DLL/MTP_DLL.cpp')
-rw-r--r--utils/MTP/MTP_DLL/MTP_DLL.cpp41
1 files changed, 20 insertions, 21 deletions
diff --git a/utils/MTP/MTP_DLL/MTP_DLL.cpp b/utils/MTP/MTP_DLL/MTP_DLL.cpp
index ffd314a..73085af 100644
--- a/utils/MTP/MTP_DLL/MTP_DLL.cpp
+++ b/utils/MTP/MTP_DLL/MTP_DLL.cpp
@@ -1,22 +1,21 @@
-// MTP_DLL.cpp : Defines the entry point for the DLL application.
-//
-
-#include "stdafx.h"
-#include "MTP_DLL.h"
-
-
-#ifdef _MANAGED
-#pragma managed(push, off)
-#endif
-
-BOOL APIENTRY DllMain( HMODULE hModule,
- DWORD ul_reason_for_call,
- LPVOID lpReserved
- )
-{
- return TRUE;
-}
-
-#ifdef _MANAGED
-#pragma managed(pop)
+/* MTP_DLL.cpp : Defines the entry point for the DLL application. */
+
+#include "stdafx.h"
+#include "MTP_DLL.h"
+
+
+#ifdef _MANAGED
+#pragma managed(push, off)
+#endif
+
+BOOL APIENTRY DllMain( HMODULE hModule,
+ DWORD ul_reason_for_call,
+ LPVOID lpReserved
+ )
+{
+ return TRUE;
+}
+
+#ifdef _MANAGED
+#pragma managed(pop)
#endif \ No newline at end of file