From a20e7d2f532532da78ad770212ce08bbbd77205c Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Tue, 23 Nov 2021 00:34:59 -0600 Subject: [PATCH] Made all enums public --- ZuneDBApi/AuthorizationStatus.cs | 2 +- ZuneDBApi/DRMQueryState.cs | 2 +- ZuneDBApi/DeviceAccess/EProgressEventType.cs | 2 +- ZuneDBApi/EAccountUserType.cs | 2 +- ZuneDBApi/EAuthenticationScheme.cs | 2 +- ZuneDBApi/EAutoPlaylistRuleOperators.cs | 2 +- ZuneDBApi/EBillingOfferType.cs | 2 +- ZuneDBApi/EBillingPaymentType.cs | 2 +- ZuneDBApi/ECallbackPriorityNative.cs | 2 +- ZuneDBApi/EClientTypeFlags.cs | 2 +- ZuneDBApi/ECompletionAction.cs | 2 +- ZuneDBApi/EConcernType.cs | 2 +- ZuneDBApi/EContentType.cs | 2 +- ZuneDBApi/EContentUriFlags.cs | 2 +- ZuneDBApi/ECreditCardType.cs | 2 +- ZuneDBApi/EDownloadContextEvent.cs | 2 +- ZuneDBApi/EDownloadFlags.cs | 2 +- ZuneDBApi/EDownloadType.cs | 2 +- ZuneDBApi/EEndpointCompatibilityStatus.cs | 2 +- ZuneDBApi/EFavoritesAction.cs | 2 +- ZuneDBApi/EFeatures.cs | 2 +- ZuneDBApi/EFirmwareUpdateOption.cs | 2 +- ZuneDBApi/EFirmwareUpdateType.cs | 2 +- ZuneDBApi/EFriendAction.cs | 2 +- ZuneDBApi/EGetOffersFlags.cs | 2 +- ZuneDBApi/EHipType.cs | 2 +- ZuneDBApi/EHttpCacheLevel.cs | 2 +- ZuneDBApi/EMediaFormat.cs | 2 +- ZuneDBApi/EMediaPaymentType.cs | 2 +- ZuneDBApi/EMediaRights.cs | 2 +- ZuneDBApi/EPassportPolicy.cs | 2 +- ZuneDBApi/EPlaylistCreateConflictAction.cs | 2 +- ZuneDBApi/EPlaylistLimitType.cs | 2 +- ZuneDBApi/EPlaylistType.cs | 2 +- ZuneDBApi/EPrivacySettingId.cs | 2 +- ZuneDBApi/EPrivacySettingValue.cs | 2 +- ZuneDBApi/EPurchaseOfferType.cs | 2 +- ZuneDBApi/EPurchaseOffersFlags.cs | 2 +- ZuneDBApi/EQueryPropertyBagProp.cs | 2 +- ZuneDBApi/ESeasonPurchaseFlags.cs | 2 +- ZuneDBApi/EServiceEndpointId.cs | 2 +- ZuneDBApi/EStreamingActionType.cs | 2 +- ZuneDBApi/EThumbBarButtonIcons.cs | 2 +- ZuneDBApi/ETokenType.cs | 2 +- ZuneDBApi/ETunerRegisterType.cs | 2 +- ZuneDBApi/ETunerType.cs | 2 +- ZuneDBApi/EUpdateAction.cs | 2 +- ZuneDBApi/EVideoType.cs | 2 +- ZuneDBApi/EWindowPositionKeys.cs | 2 +- ZuneDBApi/EZuneNetMessagingEventType.cs | 2 +- ZuneDBApi/EventReason.cs | 2 +- ZuneDBApi/MCStreamChangeType.cs | 2 +- ZuneDBApi/POWER_INFORMATION_LEVEL.cs | 2 +- ZuneDBApi/WMIDPREQUESTCODE.cs | 2 +- ZuneDBApi/WMT_ATTR_DATATYPE.cs | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/ZuneDBApi/AuthorizationStatus.cs b/ZuneDBApi/AuthorizationStatus.cs index d268e46..8333e38 100644 --- a/ZuneDBApi/AuthorizationStatus.cs +++ b/ZuneDBApi/AuthorizationStatus.cs @@ -1,4 +1,4 @@ -internal enum AuthorizationStatus +public enum AuthorizationStatus { } diff --git a/ZuneDBApi/DRMQueryState.cs b/ZuneDBApi/DRMQueryState.cs index 9b37863..9636a80 100644 --- a/ZuneDBApi/DRMQueryState.cs +++ b/ZuneDBApi/DRMQueryState.cs @@ -1,4 +1,4 @@ -internal enum DRMQueryState +public enum DRMQueryState { } diff --git a/ZuneDBApi/DeviceAccess/EProgressEventType.cs b/ZuneDBApi/DeviceAccess/EProgressEventType.cs index ac4daf7..9677d15 100644 --- a/ZuneDBApi/DeviceAccess/EProgressEventType.cs +++ b/ZuneDBApi/DeviceAccess/EProgressEventType.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; namespace DeviceAccess { - internal enum EProgressEventType + public enum EProgressEventType { } diff --git a/ZuneDBApi/EAccountUserType.cs b/ZuneDBApi/EAccountUserType.cs index 5a9ef54..3bc3576 100644 --- a/ZuneDBApi/EAccountUserType.cs +++ b/ZuneDBApi/EAccountUserType.cs @@ -1,4 +1,4 @@ -internal enum EAccountUserType +public enum EAccountUserType { } diff --git a/ZuneDBApi/EAuthenticationScheme.cs b/ZuneDBApi/EAuthenticationScheme.cs index 2f27ff5..2c6b671 100644 --- a/ZuneDBApi/EAuthenticationScheme.cs +++ b/ZuneDBApi/EAuthenticationScheme.cs @@ -1,4 +1,4 @@ -internal enum EAuthenticationScheme +public enum EAuthenticationScheme { } diff --git a/ZuneDBApi/EAutoPlaylistRuleOperators.cs b/ZuneDBApi/EAutoPlaylistRuleOperators.cs index 0ca4d7d..4ee8122 100644 --- a/ZuneDBApi/EAutoPlaylistRuleOperators.cs +++ b/ZuneDBApi/EAutoPlaylistRuleOperators.cs @@ -1,4 +1,4 @@ -internal enum EAutoPlaylistRuleOperators +public enum EAutoPlaylistRuleOperators { } diff --git a/ZuneDBApi/EBillingOfferType.cs b/ZuneDBApi/EBillingOfferType.cs index ccc711a..8bbfaf2 100644 --- a/ZuneDBApi/EBillingOfferType.cs +++ b/ZuneDBApi/EBillingOfferType.cs @@ -1,4 +1,4 @@ -internal enum EBillingOfferType +public enum EBillingOfferType { } diff --git a/ZuneDBApi/EBillingPaymentType.cs b/ZuneDBApi/EBillingPaymentType.cs index 230b7de..326990b 100644 --- a/ZuneDBApi/EBillingPaymentType.cs +++ b/ZuneDBApi/EBillingPaymentType.cs @@ -1,4 +1,4 @@ -internal enum EBillingPaymentType +public enum EBillingPaymentType { Unknown = -1, None, diff --git a/ZuneDBApi/ECallbackPriorityNative.cs b/ZuneDBApi/ECallbackPriorityNative.cs index eecdb57..9fd8e70 100644 --- a/ZuneDBApi/ECallbackPriorityNative.cs +++ b/ZuneDBApi/ECallbackPriorityNative.cs @@ -1,4 +1,4 @@ -internal enum ECallbackPriorityNative +public enum ECallbackPriorityNative { } diff --git a/ZuneDBApi/EClientTypeFlags.cs b/ZuneDBApi/EClientTypeFlags.cs index 553c022..ab27cf8 100644 --- a/ZuneDBApi/EClientTypeFlags.cs +++ b/ZuneDBApi/EClientTypeFlags.cs @@ -1,4 +1,4 @@ -internal enum EClientTypeFlags +public enum EClientTypeFlags { } diff --git a/ZuneDBApi/ECompletionAction.cs b/ZuneDBApi/ECompletionAction.cs index 745eb70..dc89ecd 100644 --- a/ZuneDBApi/ECompletionAction.cs +++ b/ZuneDBApi/ECompletionAction.cs @@ -1,4 +1,4 @@ -internal enum ECompletionAction +public enum ECompletionAction { } diff --git a/ZuneDBApi/EConcernType.cs b/ZuneDBApi/EConcernType.cs index f660956..2df5817 100644 --- a/ZuneDBApi/EConcernType.cs +++ b/ZuneDBApi/EConcernType.cs @@ -1,4 +1,4 @@ -internal enum EConcernType +public enum EConcernType { } diff --git a/ZuneDBApi/EContentType.cs b/ZuneDBApi/EContentType.cs index 5ba45de..2287475 100644 --- a/ZuneDBApi/EContentType.cs +++ b/ZuneDBApi/EContentType.cs @@ -1,4 +1,4 @@ -internal enum EContentType +public enum EContentType { } diff --git a/ZuneDBApi/EContentUriFlags.cs b/ZuneDBApi/EContentUriFlags.cs index cad0ff5..f9b63fe 100644 --- a/ZuneDBApi/EContentUriFlags.cs +++ b/ZuneDBApi/EContentUriFlags.cs @@ -1,4 +1,4 @@ -internal enum EContentUriFlags +public enum EContentUriFlags { } diff --git a/ZuneDBApi/ECreditCardType.cs b/ZuneDBApi/ECreditCardType.cs index cc0d1d0..fd6d5fd 100644 --- a/ZuneDBApi/ECreditCardType.cs +++ b/ZuneDBApi/ECreditCardType.cs @@ -1,4 +1,4 @@ -internal enum ECreditCardType +public enum ECreditCardType { } diff --git a/ZuneDBApi/EDownloadContextEvent.cs b/ZuneDBApi/EDownloadContextEvent.cs index a70e47a..14c3fc4 100644 --- a/ZuneDBApi/EDownloadContextEvent.cs +++ b/ZuneDBApi/EDownloadContextEvent.cs @@ -1,4 +1,4 @@ -internal enum EDownloadContextEvent +public enum EDownloadContextEvent { } diff --git a/ZuneDBApi/EDownloadFlags.cs b/ZuneDBApi/EDownloadFlags.cs index 1cf47a5..d0a73fa 100644 --- a/ZuneDBApi/EDownloadFlags.cs +++ b/ZuneDBApi/EDownloadFlags.cs @@ -1,4 +1,4 @@ -internal enum EDownloadFlags +public enum EDownloadFlags { } diff --git a/ZuneDBApi/EDownloadType.cs b/ZuneDBApi/EDownloadType.cs index 5a8b5bf..ffb81be 100644 --- a/ZuneDBApi/EDownloadType.cs +++ b/ZuneDBApi/EDownloadType.cs @@ -1,4 +1,4 @@ -internal enum EDownloadType +public enum EDownloadType { } diff --git a/ZuneDBApi/EEndpointCompatibilityStatus.cs b/ZuneDBApi/EEndpointCompatibilityStatus.cs index 70a83d8..a7b483f 100644 --- a/ZuneDBApi/EEndpointCompatibilityStatus.cs +++ b/ZuneDBApi/EEndpointCompatibilityStatus.cs @@ -1,4 +1,4 @@ -internal enum EEndpointCompatibilityStatus +public enum EEndpointCompatibilityStatus { } diff --git a/ZuneDBApi/EFavoritesAction.cs b/ZuneDBApi/EFavoritesAction.cs index 183a96f..37abfc3 100644 --- a/ZuneDBApi/EFavoritesAction.cs +++ b/ZuneDBApi/EFavoritesAction.cs @@ -1,4 +1,4 @@ -internal enum EFavoritesAction +public enum EFavoritesAction { } diff --git a/ZuneDBApi/EFeatures.cs b/ZuneDBApi/EFeatures.cs index 9258e32..528306a 100644 --- a/ZuneDBApi/EFeatures.cs +++ b/ZuneDBApi/EFeatures.cs @@ -1,4 +1,4 @@ -internal enum EFeatures +public enum EFeatures { } diff --git a/ZuneDBApi/EFirmwareUpdateOption.cs b/ZuneDBApi/EFirmwareUpdateOption.cs index a9e5e1e..7c64e85 100644 --- a/ZuneDBApi/EFirmwareUpdateOption.cs +++ b/ZuneDBApi/EFirmwareUpdateOption.cs @@ -1,4 +1,4 @@ -internal enum EFirmwareUpdateOption +public enum EFirmwareUpdateOption { } diff --git a/ZuneDBApi/EFirmwareUpdateType.cs b/ZuneDBApi/EFirmwareUpdateType.cs index b84fbbb..ebfdf13 100644 --- a/ZuneDBApi/EFirmwareUpdateType.cs +++ b/ZuneDBApi/EFirmwareUpdateType.cs @@ -1,4 +1,4 @@ -internal enum EFirmwareUpdateType +public enum EFirmwareUpdateType { } diff --git a/ZuneDBApi/EFriendAction.cs b/ZuneDBApi/EFriendAction.cs index ba0ddaa..636cee9 100644 --- a/ZuneDBApi/EFriendAction.cs +++ b/ZuneDBApi/EFriendAction.cs @@ -1,4 +1,4 @@ -internal enum EFriendAction +public enum EFriendAction { } diff --git a/ZuneDBApi/EGetOffersFlags.cs b/ZuneDBApi/EGetOffersFlags.cs index 2f77668..01823bc 100644 --- a/ZuneDBApi/EGetOffersFlags.cs +++ b/ZuneDBApi/EGetOffersFlags.cs @@ -1,4 +1,4 @@ -internal enum EGetOffersFlags +public enum EGetOffersFlags { } diff --git a/ZuneDBApi/EHipType.cs b/ZuneDBApi/EHipType.cs index 65ff66f..85eea1f 100644 --- a/ZuneDBApi/EHipType.cs +++ b/ZuneDBApi/EHipType.cs @@ -1,4 +1,4 @@ -internal enum EHipType +public enum EHipType { } diff --git a/ZuneDBApi/EHttpCacheLevel.cs b/ZuneDBApi/EHttpCacheLevel.cs index 3809182..9152a71 100644 --- a/ZuneDBApi/EHttpCacheLevel.cs +++ b/ZuneDBApi/EHttpCacheLevel.cs @@ -1,4 +1,4 @@ -internal enum EHttpCacheLevel +public enum EHttpCacheLevel { } diff --git a/ZuneDBApi/EMediaFormat.cs b/ZuneDBApi/EMediaFormat.cs index 45d417d..9cf38ef 100644 --- a/ZuneDBApi/EMediaFormat.cs +++ b/ZuneDBApi/EMediaFormat.cs @@ -1,4 +1,4 @@ -internal enum EMediaFormat +public enum EMediaFormat { } diff --git a/ZuneDBApi/EMediaPaymentType.cs b/ZuneDBApi/EMediaPaymentType.cs index 9c9e62f..fabcd3a 100644 --- a/ZuneDBApi/EMediaPaymentType.cs +++ b/ZuneDBApi/EMediaPaymentType.cs @@ -1,4 +1,4 @@ -internal enum EMediaPaymentType +public enum EMediaPaymentType { Unknown = -1, CreditCard = 1, diff --git a/ZuneDBApi/EMediaRights.cs b/ZuneDBApi/EMediaRights.cs index 086c9da..9ba6011 100644 --- a/ZuneDBApi/EMediaRights.cs +++ b/ZuneDBApi/EMediaRights.cs @@ -1,4 +1,4 @@ -internal enum EMediaRights +public enum EMediaRights { } diff --git a/ZuneDBApi/EPassportPolicy.cs b/ZuneDBApi/EPassportPolicy.cs index 47d472a..34e483e 100644 --- a/ZuneDBApi/EPassportPolicy.cs +++ b/ZuneDBApi/EPassportPolicy.cs @@ -1,4 +1,4 @@ -internal enum EPassportPolicy +public enum EPassportPolicy { } diff --git a/ZuneDBApi/EPlaylistCreateConflictAction.cs b/ZuneDBApi/EPlaylistCreateConflictAction.cs index 492498c..04f374c 100644 --- a/ZuneDBApi/EPlaylistCreateConflictAction.cs +++ b/ZuneDBApi/EPlaylistCreateConflictAction.cs @@ -1,4 +1,4 @@ -internal enum EPlaylistCreateConflictAction +public enum EPlaylistCreateConflictAction { } diff --git a/ZuneDBApi/EPlaylistLimitType.cs b/ZuneDBApi/EPlaylistLimitType.cs index 3a51a3e..da8b5d2 100644 --- a/ZuneDBApi/EPlaylistLimitType.cs +++ b/ZuneDBApi/EPlaylistLimitType.cs @@ -1,4 +1,4 @@ -internal enum EPlaylistLimitType +public enum EPlaylistLimitType { } diff --git a/ZuneDBApi/EPlaylistType.cs b/ZuneDBApi/EPlaylistType.cs index ee02ab1..7fee236 100644 --- a/ZuneDBApi/EPlaylistType.cs +++ b/ZuneDBApi/EPlaylistType.cs @@ -1,4 +1,4 @@ -internal enum EPlaylistType +public enum EPlaylistType { } diff --git a/ZuneDBApi/EPrivacySettingId.cs b/ZuneDBApi/EPrivacySettingId.cs index d11c5e5..c4a9f44 100644 --- a/ZuneDBApi/EPrivacySettingId.cs +++ b/ZuneDBApi/EPrivacySettingId.cs @@ -1,4 +1,4 @@ -internal enum EPrivacySettingId +public enum EPrivacySettingId { } diff --git a/ZuneDBApi/EPrivacySettingValue.cs b/ZuneDBApi/EPrivacySettingValue.cs index e607b3f..c71977a 100644 --- a/ZuneDBApi/EPrivacySettingValue.cs +++ b/ZuneDBApi/EPrivacySettingValue.cs @@ -1,4 +1,4 @@ -internal enum EPrivacySettingValue +public enum EPrivacySettingValue { } diff --git a/ZuneDBApi/EPurchaseOfferType.cs b/ZuneDBApi/EPurchaseOfferType.cs index 996216c..6e274a2 100644 --- a/ZuneDBApi/EPurchaseOfferType.cs +++ b/ZuneDBApi/EPurchaseOfferType.cs @@ -1,4 +1,4 @@ -internal enum EPurchaseOfferType +public enum EPurchaseOfferType { } diff --git a/ZuneDBApi/EPurchaseOffersFlags.cs b/ZuneDBApi/EPurchaseOffersFlags.cs index 96f561c..7542735 100644 --- a/ZuneDBApi/EPurchaseOffersFlags.cs +++ b/ZuneDBApi/EPurchaseOffersFlags.cs @@ -1,4 +1,4 @@ -internal enum EPurchaseOffersFlags +public enum EPurchaseOffersFlags { } diff --git a/ZuneDBApi/EQueryPropertyBagProp.cs b/ZuneDBApi/EQueryPropertyBagProp.cs index 064ea87..2977fba 100644 --- a/ZuneDBApi/EQueryPropertyBagProp.cs +++ b/ZuneDBApi/EQueryPropertyBagProp.cs @@ -1,4 +1,4 @@ -internal enum EQueryPropertyBagProp +public enum EQueryPropertyBagProp { } diff --git a/ZuneDBApi/ESeasonPurchaseFlags.cs b/ZuneDBApi/ESeasonPurchaseFlags.cs index f85f0e2..9cc1486 100644 --- a/ZuneDBApi/ESeasonPurchaseFlags.cs +++ b/ZuneDBApi/ESeasonPurchaseFlags.cs @@ -1,4 +1,4 @@ -internal enum ESeasonPurchaseFlags +public enum ESeasonPurchaseFlags { } diff --git a/ZuneDBApi/EServiceEndpointId.cs b/ZuneDBApi/EServiceEndpointId.cs index a590079..c879675 100644 --- a/ZuneDBApi/EServiceEndpointId.cs +++ b/ZuneDBApi/EServiceEndpointId.cs @@ -1,4 +1,4 @@ -internal enum EServiceEndpointId +public enum EServiceEndpointId { } diff --git a/ZuneDBApi/EStreamingActionType.cs b/ZuneDBApi/EStreamingActionType.cs index 5494c8f..65c6fc1 100644 --- a/ZuneDBApi/EStreamingActionType.cs +++ b/ZuneDBApi/EStreamingActionType.cs @@ -1,4 +1,4 @@ -internal enum EStreamingActionType +public enum EStreamingActionType { } diff --git a/ZuneDBApi/EThumbBarButtonIcons.cs b/ZuneDBApi/EThumbBarButtonIcons.cs index 49746eb..a55ea5a 100644 --- a/ZuneDBApi/EThumbBarButtonIcons.cs +++ b/ZuneDBApi/EThumbBarButtonIcons.cs @@ -1,4 +1,4 @@ -internal enum EThumbBarButtonIcons +public enum EThumbBarButtonIcons { } diff --git a/ZuneDBApi/ETokenType.cs b/ZuneDBApi/ETokenType.cs index f5a3e70..032ace0 100644 --- a/ZuneDBApi/ETokenType.cs +++ b/ZuneDBApi/ETokenType.cs @@ -1,4 +1,4 @@ -internal enum ETokenType +public enum ETokenType { } diff --git a/ZuneDBApi/ETunerRegisterType.cs b/ZuneDBApi/ETunerRegisterType.cs index 0581510..8415880 100644 --- a/ZuneDBApi/ETunerRegisterType.cs +++ b/ZuneDBApi/ETunerRegisterType.cs @@ -1,4 +1,4 @@ -internal enum ETunerRegisterType +public enum ETunerRegisterType { } diff --git a/ZuneDBApi/ETunerType.cs b/ZuneDBApi/ETunerType.cs index 33093d7..0306615 100644 --- a/ZuneDBApi/ETunerType.cs +++ b/ZuneDBApi/ETunerType.cs @@ -1,4 +1,4 @@ -internal enum ETunerType +public enum ETunerType { } diff --git a/ZuneDBApi/EUpdateAction.cs b/ZuneDBApi/EUpdateAction.cs index 64ae4c1..15a0746 100644 --- a/ZuneDBApi/EUpdateAction.cs +++ b/ZuneDBApi/EUpdateAction.cs @@ -1,4 +1,4 @@ -internal enum EUpdateAction +public enum EUpdateAction { } diff --git a/ZuneDBApi/EVideoType.cs b/ZuneDBApi/EVideoType.cs index 798492d..c5b877a 100644 --- a/ZuneDBApi/EVideoType.cs +++ b/ZuneDBApi/EVideoType.cs @@ -1,4 +1,4 @@ -internal enum EVideoType +public enum EVideoType { } diff --git a/ZuneDBApi/EWindowPositionKeys.cs b/ZuneDBApi/EWindowPositionKeys.cs index 5c33d53..a4a4796 100644 --- a/ZuneDBApi/EWindowPositionKeys.cs +++ b/ZuneDBApi/EWindowPositionKeys.cs @@ -1,4 +1,4 @@ -internal enum EWindowPositionKeys +public enum EWindowPositionKeys { } diff --git a/ZuneDBApi/EZuneNetMessagingEventType.cs b/ZuneDBApi/EZuneNetMessagingEventType.cs index 4497e25..6eb2298 100644 --- a/ZuneDBApi/EZuneNetMessagingEventType.cs +++ b/ZuneDBApi/EZuneNetMessagingEventType.cs @@ -1,4 +1,4 @@ -internal enum EZuneNetMessagingEventType +public enum EZuneNetMessagingEventType { } diff --git a/ZuneDBApi/EventReason.cs b/ZuneDBApi/EventReason.cs index 3e5cebe..ee46101 100644 --- a/ZuneDBApi/EventReason.cs +++ b/ZuneDBApi/EventReason.cs @@ -1,4 +1,4 @@ -internal enum EventReason +public enum EventReason { } diff --git a/ZuneDBApi/MCStreamChangeType.cs b/ZuneDBApi/MCStreamChangeType.cs index e2dded6..05e3bbb 100644 --- a/ZuneDBApi/MCStreamChangeType.cs +++ b/ZuneDBApi/MCStreamChangeType.cs @@ -1,4 +1,4 @@ -internal enum MCStreamChangeType +public enum MCStreamChangeType { } diff --git a/ZuneDBApi/POWER_INFORMATION_LEVEL.cs b/ZuneDBApi/POWER_INFORMATION_LEVEL.cs index 805a0d2..8ef5636 100644 --- a/ZuneDBApi/POWER_INFORMATION_LEVEL.cs +++ b/ZuneDBApi/POWER_INFORMATION_LEVEL.cs @@ -1,4 +1,4 @@ -internal enum POWER_INFORMATION_LEVEL +public enum POWER_INFORMATION_LEVEL { } diff --git a/ZuneDBApi/WMIDPREQUESTCODE.cs b/ZuneDBApi/WMIDPREQUESTCODE.cs index d9288de..cbf6d20 100644 --- a/ZuneDBApi/WMIDPREQUESTCODE.cs +++ b/ZuneDBApi/WMIDPREQUESTCODE.cs @@ -1,4 +1,4 @@ -internal enum WMIDPREQUESTCODE +public enum WMIDPREQUESTCODE { } diff --git a/ZuneDBApi/WMT_ATTR_DATATYPE.cs b/ZuneDBApi/WMT_ATTR_DATATYPE.cs index b8ad1b5..2f00fdd 100644 --- a/ZuneDBApi/WMT_ATTR_DATATYPE.cs +++ b/ZuneDBApi/WMT_ATTR_DATATYPE.cs @@ -1,6 +1,6 @@ using System.Runtime.CompilerServices; -internal enum WMT_ATTR_DATATYPE +public enum WMT_ATTR_DATATYPE { }