mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix Windows build
This commit is contained in:
parent
728fdff721
commit
f3e237e558
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ pub mod egl {
|
||||||
pub display: EGLNativeDisplayType,
|
pub display: EGLNativeDisplayType,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(target_os = "android")]
|
|
||||||
pub fn init() -> Result<EGLInitResult, &'static str> {
|
pub fn init() -> Result<EGLInitResult, &'static str> {
|
||||||
info!("Loading EGL...");
|
info!("Loading EGL...");
|
||||||
unsafe {
|
unsafe {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue