mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00

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
5 lines
227 B
Text
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>
|