Ignore:
Timestamp:
Sep 26, 2008, 11:49:14 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

マクロBUILD_X64_COMPILERの導入

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/x64_compiler_on_32/abdev/BasicCompiler_Common/common.h

    r702 r759  
    66#include <option.h>
    77
    8 #ifdef _AMD64_
     8#if defined _AMD64_ || defined BUILD_X64_COMPILER
    99#include "../compiler_x64/resource.h"
    1010#include "../compiler_x64/CommandValue.h"
     
    3939
    4040
    41 #ifdef _AMD64_
     41#if defined _AMD64_ || defined BUILD_X64_COMPILER
    4242    #define PLATFORM    64
    4343#else
     
    5555#endif
    5656
    57 #ifdef _AMD64_
     57#if defined _AMD64_ || defined BUILD_X64_COMPILER
    5858    #ifndef IMAGE_SIZEOF_NT_OPTIONAL64_HEADER
    5959        #define IMAGE_SIZEOF_NT_OPTIONAL64_HEADER    240
Note: See TracChangeset for help on using the changeset viewer.