Changeset 597 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Class.cpp
- Timestamp:
- May 10, 2008, 7:42:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Class.cpp
r567 r597 1 1 #include "stdafx.h" 2 3 #include <Source.h>4 #include <Class.h>5 #include <Compiler.h>6 7 #include "../common.h"8 #ifdef _AMD64_9 #include "../../compiler_x64/opcode.h"10 #else11 #include "../../compiler_x86/opcode.h"12 #endif13 14 using namespace ActiveBasic::Compiler;15 2 16 3 void CClass::Using() const
Note:
See TracChangeset
for help on using the changeset viewer.