X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=videolink.cpp;h=173b0dc295530bd6b7f1d9dbf5d4e600c7764bc3;hp=2a1295b20235818230f887f992398b0ece82420d;hb=1290f9ba6cc51fbacd6b09c28a59632493611d61;hpb=8f745bbf14bb08b74d89a9a95c3310feea3d6df6 diff --git a/videolink.cpp b/videolink.cpp index 2a1295b..173b0dc 100644 --- a/videolink.cpp +++ b/videolink.cpp @@ -423,7 +423,9 @@ namespace { // Check whether the load was successful, ignoring this // pseudo-error. +#ifdef NS_IMAGELIB_ERROR_LOAD_ABORTED if (status != NS_IMAGELIB_ERROR_LOAD_ABORTED) +#endif check(status); pending_window_update_ = false;