aboutsummaryrefslogtreecommitdiff
path: root/vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs')
-rw-r--r--vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs
deleted file mode 100644
index c499944..0000000
--- a/vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-#[cfg(feature = "Win32_Graphics_Dwm")]
-pub mod Dwm;
-#[cfg(feature = "Win32_Graphics_Gdi")]
-pub mod Gdi;
-#[cfg(feature = "Win32_Graphics_Hlsl")]
-pub mod Hlsl;
-#[cfg(feature = "Win32_Graphics_OpenGL")]
-pub mod OpenGL;
-#[cfg(feature = "Win32_Graphics_Printing")]
-pub mod Printing;