summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/ApplicationModel/Appointments/DataProvider/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/ApplicationModel/Appointments/DataProvider/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/ApplicationModel/Appointments/DataProvider/mod.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/windows-sys/src/Windows/ApplicationModel/Appointments/DataProvider/mod.rs b/vendor/windows-sys/src/Windows/ApplicationModel/Appointments/DataProvider/mod.rs
deleted file mode 100644
index ab4d485ad..000000000
--- a/vendor/windows-sys/src/Windows/ApplicationModel/Appointments/DataProvider/mod.rs
+++ /dev/null
@@ -1,14 +0,0 @@
-pub type AppointmentCalendarCancelMeetingRequest = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarCancelMeetingRequestEventArgs = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarCreateOrUpdateAppointmentRequest = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarForwardMeetingRequest = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarForwardMeetingRequestEventArgs = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarProposeNewTimeForMeetingRequest = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarSyncManagerSyncRequest = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarSyncManagerSyncRequestEventArgs = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarUpdateMeetingResponseRequest = *mut ::core::ffi::c_void;
-pub type AppointmentCalendarUpdateMeetingResponseRequestEventArgs = *mut ::core::ffi::c_void;
-pub type AppointmentDataProviderConnection = *mut ::core::ffi::c_void;
-pub type AppointmentDataProviderTriggerDetails = *mut ::core::ffi::c_void;