#include "..\inc\cfg_items.h"
#include "..\inc\swilib.h"

  __root const CFG_HDR cfghdr0={CFG_CBOX,"Action",0,4};
  __root const int i_action=0;
  __root const CFG_CBOX_ITEM cfgcbox0[]={"none", "file", "shortcut", "entrypoint"}; 
  
  __root const CFG_HDR cfghdr1={CFG_STR_UTF8,"Filename/shortcut/entrypoint",0,255};
  __root const char action_parameter[256]="";
