mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
cfe2ae5fcf
- Change the 3dtext screensaver to use the library - Reduce the amount of code in the blankscr screensaver to a minimum - Remove unneeded resources from both screensavers - Indentation fixes, MSVC build and warning fixes, small translation fixes, etc. for both screensavers and the library See issue #2966 for more details. svn path=/trunk/; revision=32437
22 lines
597 B
Text
22 lines
597 B
Text
#include <windows.h>
|
|
#include <scrnsave.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Default ScreenSaver\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "scrnsave\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "scrnsave.scr\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/lt-LT.rc"
|
|
#include "lang/nl-NL.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/uk-UA.rc"
|