diff --git a/src/debugger/yacc/YaccParser.hxx b/src/debugger/yacc/YaccParser.hxx index c8d3e08fd..9940b6aaa 100644 --- a/src/debugger/yacc/YaccParser.hxx +++ b/src/debugger/yacc/YaccParser.hxx @@ -15,8 +15,8 @@ // this file, and for a DISCLAIMER OF ALL WARRANTIES. //============================================================================ -#ifndef PARSER_HXX -#define PARSER_HXX +#ifndef YACC_PARSER_HXX +#define YACC_PARSER_HXX #include "Expression.hxx" #include "CartDebug.hxx" diff --git a/src/os/windows/Stella.vcxproj b/src/os/windows/Stella.vcxproj index ff87f6e61..4dd8c193f 100755 --- a/src/os/windows/Stella.vcxproj +++ b/src/os/windows/Stella.vcxproj @@ -2384,7 +2384,6 @@ - @@ -2393,4 +2392,4 @@ - + \ No newline at end of file diff --git a/src/os/windows/Stella.vcxproj.filters b/src/os/windows/Stella.vcxproj.filters index 3d03aec30..cbade6a8a 100644 --- a/src/os/windows/Stella.vcxproj.filters +++ b/src/os/windows/Stella.vcxproj.filters @@ -109,6 +109,12 @@ {31501e98-40f8-4bcd-bf6f-52b133725061} + + {784bd01b-df5b-40b9-9119-6fff5281f307} + + + {7e8254e5-72fa-4b53-9fde-7cf813f15562} + @@ -372,9 +378,6 @@ Source Files\debugger - - Source Files\debugger - Source Files\gui @@ -1170,6 +1173,9 @@ Source Files\lib\tinyexif + + Source Files\debugger\yacc + @@ -1454,9 +1460,6 @@ Header Files\debugger - - Header Files\debugger - Header Files\cheat @@ -2408,16 +2411,18 @@ Header Files\lib\tinyexif + + Header Files\debugger\yacc + Resource Files - Resource Files - + \ No newline at end of file