Ignore:
Timestamp:
Mar 11, 2008, 4:02:38 PM (16 years ago)
Author:
dai_9181
Message:

_System_Newに対応(32bit版のみ)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/common.h

    r424 r431  
    1111#include "../BasicCompiler64/resource.h"
    1212#include "../BasicCompiler64/CommandValue.h"
    13 #include "../BasicCompiler64/FunctionValue.h"
    1413#define OPCODE_H_PATH "../BasicCompiler64/opcode.h"
    1514#else
    1615#include "../BasicCompiler32/resource.h"
    1716#include "../BasicCompiler32/CommandValue.h"
    18 #include "../BasicCompiler32/FunctionValue.h"
    1917#define OPCODE_H_PATH "../BasicCompiler32/opcode.h"
    2018#endif
Note: See TracChangeset for help on using the changeset viewer.