Screensaver update

This commit is contained in:
pagefault
2004-04-25 04:19:25 +00:00
parent b19a18880a
commit 010237b48c

View File

@@ -19,7 +19,6 @@
%ifdef __WIN32__
EXTSYM CheckPriority
EXTSYM CheckAlwaysOnTop
EXTSYM CheckScreenSaver
EXTSYM MinimizeWindow
%endif
@@ -1351,7 +1350,6 @@ GUIWinClicked:
%ifdef __WIN32__
pushad
call CheckPriority
call CheckScreenSaver
popad
%endif
%endmacro