mirror of
				https://github.com/gnh1201/welsonjs.git
				synced 2025-10-31 04:51:17 +00:00 
			
		
		
		
	Add the package ManagedEsent (microsoft/ManagedEsent@d358c07), and WelsonJS.Esent
		
			
				
	
	
		
			21 lines
		
	
	
		
			694 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			694 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| //-----------------------------------------------------------------------
 | |
| // <copyright file="jet_convert.cs" company="Microsoft Corporation">
 | |
| //     Copyright (c) Microsoft Corporation.
 | |
| // </copyright>
 | |
| //-----------------------------------------------------------------------
 | |
| 
 | |
| #if !MANAGEDESENT_ON_WSA // Not exposed in MSDK
 | |
| namespace Microsoft.Isam.Esent.Interop
 | |
| {
 | |
|     using System;
 | |
| 
 | |
|     /// <summary>
 | |
|     /// Conversion options for <see cref="Api.JetCompact"/>. This feature
 | |
|     /// was discontinued in Windows Server 2003.
 | |
|     /// </summary>
 | |
|     [Obsolete("Not available in Windows Server 2003 and up.")]
 | |
|     public abstract class JET_CONVERT
 | |
|     {
 | |
|     }
 | |
| }
 | |
| #endif // !MANAGEDESENT_ON_WSA |