mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
7601fb549c
- Rename UP -> PIC. The "up" folder in fact contains the code for managing the Intel 8259 PIC chip - Move amd64/processor.c -> apic/processor.c. The code is not tied to amd64 - Remove platform from "halinit*" files. They already reside in the corresponding folder
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer"
|
|
#define REACTOS_STR_INTERNAL_NAME "halpic"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "halpic.dll"
|
|
#include <reactos/version.rc>
|