SSE2 flags removed #1166

git-svn-id: svn://ultimatepp.org/upp/trunk@8668 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-11 11:48:18 +00:00
parent de44fe8d56
commit ded4a65636
7 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,4 @@
description "Basic Callbacks";
description "Basic Callbacks\377";
uses
Core;

View file

@ -7,5 +7,5 @@ file
StreamGetSzPtr.cpp;
mainconfig
"" = "SSE2";
"" = "";

View file

@ -6,5 +6,5 @@ file
main.cpp;
mainconfig
"" = "GUI SSE2";
"" = "GUI";

View file

@ -14,5 +14,5 @@ file
totest.in;
mainconfig
"" = "SSE2";
"" = "";

View file

@ -199,4 +199,4 @@ file
Main.cpp;
mainconfig
"" = "MT SSE2";
"" = "MT";

View file

@ -130,6 +130,12 @@ void Autocomplete()
b ? TEST_ONE : TES
}
void Autocomplete()
{
Splitter popup;
popup.Ctrl::PopUp // Should show PopUp method (does not work yet)
}
void JumpTo()
{
Point p;

View file

@ -5,5 +5,5 @@ file
main.cpp;
mainconfig
"" = "GUI SSE2 MT";
"" = "GUI MT";