Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

and here is the CLW:

Code Block
linenumberstrue
										member
										map
										end
	include('DemoClass.inc'),once

SomeClassModuleData                     long

DemoClass.GetClassModuleDataAddress     procedure!,long
	code
	return address(SomeClassModuleData)

...