reactos/win32ss/drivers/displays/framebuf_new/framebuf.rc
hpoussin 1bdefebc9e
Enable framebuf_new driver (#4775)
Replace framebuf display driver by framebuf_new display driver
Compile framebuf_new as framebuf.dll, and add it to bootcd/livecd
Remove old framebuf from compilation, to not conflict
2023-04-02 23:33:15 +09:00

5 lines
227 B
Text

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Framebuffer Display Driver"
#define REACTOS_STR_INTERNAL_NAME "framebuf"
#define REACTOS_STR_ORIGINAL_FILENAME "framebuf.dll"
#include <reactos/version.rc>