diff --git a/mednafen/libmednahawk/libmednahawk.vcxproj b/mednafen/libmednahawk/libmednahawk.vcxproj index 7eacb9c448..cfff891cc0 100644 --- a/mednafen/libmednahawk/libmednahawk.vcxproj +++ b/mednafen/libmednahawk/libmednahawk.vcxproj @@ -72,7 +72,7 @@ Disabled - .;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) + .;..;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) WANT_PSF;HEADLESS;WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false EnableFastChecks @@ -95,7 +95,7 @@ /MP %(AdditionalOptions) - .;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) + .;..;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) WANT_PSF;HEADLESS;WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreadedDLL 1Byte @@ -125,7 +125,7 @@ /MP %(AdditionalOptions) Full false - .;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) + .;..;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) WANT_PSF;HEADLESS;WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreadedDLL 1Byte @@ -286,6 +286,7 @@ + @@ -297,6 +298,7 @@ + @@ -312,7 +314,6 @@ - diff --git a/mednafen/libmednahawk/libmednahawk.vcxproj.filters b/mednafen/libmednahawk/libmednahawk.vcxproj.filters index f4d092a54d..6b3a77a569 100644 --- a/mednafen/libmednahawk/libmednahawk.vcxproj.filters +++ b/mednafen/libmednahawk/libmednahawk.vcxproj.filters @@ -629,9 +629,6 @@ src\drivers - - src - headless @@ -651,6 +648,12 @@ src\drivers + + src + + + src + diff --git a/mednafen/src/mednafen-types.h b/mednafen/src/mednafen-types.h index fd4d43c3c9..0425607e0d 100644 --- a/mednafen/src/mednafen-types.h +++ b/mednafen/src/mednafen-types.h @@ -12,6 +12,8 @@ #include #endif +#include "headless/headless.h" + #include #include