[KS] Fix to compile with STRICT enabled

[CMAKE] Enable rostests in x64 build

svn path=/trunk/; revision=63529
This commit is contained in:
Timo Kreuzer 2014-06-01 17:07:09 +00:00
parent f927f702e6
commit 1591c79743
2 changed files with 2 additions and 6 deletions

View file

@ -542,7 +542,7 @@ KsFilterFactoryUpdateCacheData(
PLIST_ENTRY Entry;
PSYMBOLIC_LINK_ENTRY SymEntry;
BOOLEAN Found;
HKEY hKey;
HANDLE hKey;
NTSTATUS Status = STATUS_SUCCESS;
IKsFilterFactoryImpl * Factory = (IKsFilterFactoryImpl*)CONTAINING_RECORD(FilterFactory, IKsFilterFactoryImpl, FilterFactory);
@ -742,5 +742,5 @@ KsFilterFactoryUpdateCacheData(
/* done */
return Status;
}
}

View file

@ -1,6 +1,4 @@
if(NOT ARCH STREQUAL "amd64")
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
add_subdirectory(rostests)
endif()
@ -12,5 +10,3 @@ endif()
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
add_subdirectory(wallpaper)
endif()
endif()