toolsandutils/e32tools/elf2e32/source/pl_dllsymbol.h
branchGCC_SURGE
changeset 61 b376866b09e6
parent 0 83f4b4db085c
equal deleted inserted replaced
60:5a90ee674b42 61:b376866b09e6
    18 //
    18 //
    19 
    19 
    20 #if !defined(_PL_DLLSYMBOL_H_)
    20 #if !defined(_PL_DLLSYMBOL_H_)
    21 #define _PL_DLLSYMBOL_H_
    21 #define _PL_DLLSYMBOL_H_
    22 
    22 
    23 #include <tools/elfdefs.h>
    23 #include "elfdefs.h"
    24 #include "pl_symbol.h"
    24 #include "pl_symbol.h"
    25 
    25 
    26 /**
    26 /**
    27 The class DLLSymbol properties for both imported and exported symbols.
    27 The class DLLSymbol properties for both imported and exported symbols.
    28 @internalComponent
    28 @internalComponent