mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	sys: restrict build to Win7
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
|  | ||||
|     <ItemDefinitionGroup> | ||||
|         <ClCompile> | ||||
|             <PreprocessorDefinitions>NTDDI_VERSION=0x06000000;_WIN32_WINNT=0x0600</PreprocessorDefinitions> | ||||
|             <PreprocessorDefinitions>NTDDI_VERSION=0x06010000;_WIN32_WINNT=0x0601</PreprocessorDefinitions> | ||||
|         </ClCompile> | ||||
|     </ItemDefinitionGroup> | ||||
| </Project> | ||||
| @@ -1192,16 +1192,6 @@ extern ULONG FspMvMdlMappingNoWrite; | ||||
|  * Fixes | ||||
|  */ | ||||
|  | ||||
|  /* ObCloseHandle: add missing prototype */ | ||||
| #if (NTDDI_VERSION < NTDDI_WIN7) | ||||
| NTKERNELAPI | ||||
| NTSTATUS | ||||
| ObCloseHandle( | ||||
|     _In_ HANDLE Handle, | ||||
|     _In_ KPROCESSOR_MODE PreviousMode | ||||
|     ); | ||||
| #endif | ||||
|  | ||||
| /* RtlEqualMemory: this is defined as memcmp, which does not exist on Win7 x86! */ | ||||
| #undef RtlEqualMemory | ||||
| static inline | ||||
|   | ||||
| @@ -100,7 +100,7 @@ SYM(FSCTL_TXFS_READ_BACKUP_INFORMATION2) | ||||
| //SYM(FSCTL_GET_RETRIEVAL_POINTER_BASE) | ||||
| //SYM(FSCTL_SET_PERSISTENT_VOLUME_STATE) | ||||
| //SYM(FSCTL_QUERY_PERSISTENT_VOLUME_STATE) | ||||
| //SYM(FSCTL_REQUEST_OPLOCK) | ||||
| SYM(FSCTL_REQUEST_OPLOCK) | ||||
| //SYM(FSCTL_CSV_TUNNEL_REQUEST) | ||||
| //SYM(FSCTL_IS_CSV_FILE) | ||||
| //SYM(FSCTL_QUERY_FILE_SYSTEM_RECOGNITION) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user