diff options
Diffstat (limited to 'vsprojects/vs2013/gpr.vcxproj.filters')
-rw-r--r-- | vsprojects/vs2013/gpr.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vs2013/gpr.vcxproj.filters b/vsprojects/vs2013/gpr.vcxproj.filters index dffaf1e62d..1f8794441b 100644 --- a/vsprojects/vs2013/gpr.vcxproj.filters +++ b/vsprojects/vs2013/gpr.vcxproj.filters @@ -88,6 +88,9 @@ <ClCompile Include="..\..\src\core\support\sync_win32.c"> <Filter>src\core\support</Filter> </ClCompile> + <ClCompile Include="..\..\src\core\support\thd.c"> + <Filter>src\core\support</Filter> + </ClCompile> <ClCompile Include="..\..\src\core\support\thd_posix.c"> <Filter>src\core\support</Filter> </ClCompile> |