Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. typedef struct {
  2.  char dll_name[1];
  3. } dll_req_entry_t;
  4.  
  5. typedef struct {
  6.  dll_req_entry_t req_list[0];
  7. } dll_req_t;
  8.  
  9. #define DLL_REQ_LIST_NAME       "__DLL_REQUIRE_LIST__"
  10.