Skip to content

Commit bb96618

Browse files
committed
fix pub(crate) visibility
1 parent 848f72e commit bb96618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform_impl/windows/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ pub type GetPointerDeviceRects = unsafe extern "system" fn(
252252
pub type GetPointerTouchInfo =
253253
unsafe extern "system" fn(pointer_id: u32, touch_info: *mut POINTER_TOUCH_INFO) -> BOOL;
254254

255-
pub static WIN10_BUILD_VERSION: Lazy<Option<u32>> = Lazy::new(|| {
255+
pub(crate) static WIN10_BUILD_VERSION: Lazy<Option<u32>> = Lazy::new(|| {
256256
type RtlGetVersion = unsafe extern "system" fn(*mut OSVERSIONINFOW) -> NTSTATUS;
257257
let handle = get_function!("ntdll.dll", RtlGetVersion);
258258

0 commit comments

Comments
 (0)