Subversion Repositories Kolibri OS

Rev

Rev 616 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 616 Rev 7625
Line 111... Line 111...
111
  VK_F8 = 119;
111
  VK_F8 = 119;
112
  VK_F9 = 120;
112
  VK_F9 = 120;
113
  VK_F10 = 121;
113
  VK_F10 = 121;
114
  VK_F11 = 122;
114
  VK_F11 = 122;
115
  VK_F12 = 123;
115
  VK_F12 = 123;
-
 
116
 
-
 
117
/// siemargl add
-
 
118
const 
-
 
119
 ExtensionSeparator = '.';
-
 
120
 AllowDirectorySeparators : set of char = ['/'];
-
 
121
 AllowDriveSeparators : set of char = [];
-
 
122