Skip to content

Commit

Permalink
fix size
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Apr 21, 2023
1 parent b5e28f6 commit 7a6c39d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ToolFunctions.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <string>
#include <windows.h>
#include "header_files/tama.h"
#include "my-gists/STL/CutSpace.hpp"
using namespace std;

int HexStrToInt(wstring_view str) {
Expand Down
1 change: 0 additions & 1 deletion src/_gists.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
#include "my-gists/windows/SetIcon.cpp"
#include "my-gists/windows/LoadStringFromResource.cpp"

#include "my-gists/STL/CutSpace.cpp"
#include "my-gists/STL/Split.cpp"
1 change: 1 addition & 0 deletions tama.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<MinimalRebuild />
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<BuildStlModules>false</BuildStlModules>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
Expand Down

0 comments on commit 7a6c39d

Please sign in to comment.