ref: 7066827ae15b54f6fe810dc31d795bfb8be09686
parent: 9768eae03edfeb3ac5ea2ccbb6f81b873c540c20
author: Olav Sørensen <olav.sorensen@live.no>
date: Thu Oct 14 18:23:27 EDT 2021
Small unimportant fixes
--- a/src/pt2_main.c
+++ b/src/pt2_main.c
@@ -57,8 +57,8 @@
static HWND hWnd_to;
static HANDLE oneInstHandle, hMapFile;
static LPCTSTR sharedMemBuf;
-static TCHAR sharedHwndName[] = TEXT("Local\\PTCloneHwnd");
-static TCHAR sharedFileName[] = TEXT("Local\\PTCloneFilename");
+static TCHAR sharedHwndName[] = TEXT("Local\\PT2CloneHwnd");
+static TCHAR sharedFileName[] = TEXT("Local\\PT2CloneFilename");
static bool handleSingleInstancing(int32_t argc, char **argv);
static void handleSysMsg(SDL_Event inputEvent);
#endif
--- a/vs2019_project/pt2-clone/pt2-clone.vcxproj
+++ b/vs2019_project/pt2-clone/pt2-clone.vcxproj
@@ -20,7 +20,7 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6C633792-F87D-4F1C-AB02-C25202FFEDE6}</ProjectGuid>
- <RootNamespace>pt-clone</RootNamespace>
+ <RootNamespace>pt2-clone</RootNamespace>
<ProjectName>pt2-clone</ProjectName>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
@@ -289,9 +289,7 @@
<ClCompile Include="..\..\src\gfx\pt2_gfx_tracker.c" />
<ClCompile Include="..\..\src\gfx\pt2_gfx_vumeter.c" />
<ClCompile Include="..\..\src\gfx\pt2_gfx_yes_no_dialog.c" />
- <ClCompile Include="..\..\src\pt2_audio.c">
- <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
- </ClCompile>
+ <ClCompile Include="..\..\src\pt2_audio.c" />
<ClCompile Include="..\..\src\pt2_blep.c" />
<ClCompile Include="..\..\src\pt2_bmp.c" />
<ClCompile Include="..\..\src\pt2_chordmaker.c" />