diff options
author | wuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-17 09:45:22 +0000 |
---|---|---|
committer | wuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-17 09:45:22 +0000 |
commit | 35a95424104b125e03ef42e2a2220c03b8492ff9 (patch) | |
tree | 3820b8a74bb70cb0ea1a683fd2dad39427a90988 /EdkNt32Pkg/Dxe/WinNtThunk | |
parent | 7934aee723623a8bdc52127b8f051c8276c98400 (diff) | |
download | edk2-platforms-35a95424104b125e03ef42e2a2220c03b8492ff9.tar.xz |
Remove #include STRING_DEFINES_FILE from C file. Using ForceInclude to include ${BASE_NAME}StrDefs.h header file. Remove flag /DSTRING_DEFINED_FILE=${BASE_NAME}StrDefs.h. Move flags /DSTRING_ARRAY_NAME=${BASE_NAME}Strings from FPDs to BuildMacro since this flag will be used only unicode files exist.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1311 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg/Dxe/WinNtThunk')
-rw-r--r-- | EdkNt32Pkg/Dxe/WinNtThunk/Cpu/Cpu.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Cpu/Cpu.c b/EdkNt32Pkg/Dxe/WinNtThunk/Cpu/Cpu.c index 8633327263..3d4be68f53 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Cpu/Cpu.c +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Cpu/Cpu.c @@ -24,12 +24,6 @@ Abstract: #include "CpuDriver.h"
-//
-// This is the VFR compiler generated header file which defines the
-// string identifiers.
-//
-#include STRING_DEFINES_FILE
-
#define EFI_CPU_DATA_MAXIMUM_LENGTH 0x100
EFI_STATUS
|