Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 7 and Version 8 of WindowsApi/Instructions

Show
Ignore:
Author:
smjg (IP: 31.53.90.250)
Timestamp:
08/01/13 18:41:19 (11 years ago)
Comment:

minor upd8

Legend:

Unmodified
Added
Removed
Modified
  • WindowsApi/Instructions

    v7 v8  
    9292    MIB_IPADDRROW _table; 
    9393 
    94     MIB_IPADDRROW* table() { return &_table; } 
     94    @property MIB_IPADDRROW* table() { return &_table; } 
    9595} 
    9696}}}