Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No idea what's changed
  • Loading branch information
richard-sim committed Jun 8, 2016
1 parent c68597b commit 1440fc6
Show file tree
Hide file tree
Showing 13 changed files with 878 additions and 878 deletions.
Binary file added ipch/mpc05ls-627f341c/mpc05ls-24011bf0.ipch
Binary file not shown.
Binary file added mpc05ls.sdf
Binary file not shown.
44 changes: 22 additions & 22 deletions mpc05ls.sln
@@ -1,22 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpc05ls", "mpc05ls\mpc05ls.vcxproj", "{B4028DAE-D36D-9639-F85F-054F6E89303B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Debug|Win32.ActiveCfg = Debug|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Debug|Win32.Build.0 = Debug|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Debug|Win32.Deploy.0 = Debug|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Release|Win32.ActiveCfg = Release|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Release|Win32.Build.0 = Release|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Release|Win32.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpc05ls", "mpc05ls\mpc05ls.vcxproj", "{B4028DAE-D36D-9639-F85F-054F6E89303B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Debug|Win32.ActiveCfg = Debug|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Debug|Win32.Build.0 = Debug|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Debug|Win32.Deploy.0 = Debug|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Release|Win32.ActiveCfg = Release|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Release|Win32.Build.0 = Release|Win32
{B4028DAE-D36D-9639-F85F-054F6E89303B}.Release|Win32.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added mpc05ls.v11.suo
Binary file not shown.
38 changes: 19 additions & 19 deletions mpc05ls/dllmain.cpp
@@ -1,19 +1,19 @@
// dllmain.cpp : Defines the entry point for the DLL application.
#include "stdafx.h"

BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}

// dllmain.cpp : Defines the entry point for the DLL application.
#include "stdafx.h"

BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}

0 comments on commit 1440fc6

Please sign in to comment.