CMM: update libraries

New lib: lexer.h

git-svn-id: svn://kolibrios.org@5598 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pavelyakov
2015-07-22 18:32:54 +00:00
parent f6a101596a
commit 4e9602a915
33 changed files with 738 additions and 320 deletions

View File

@@ -1,3 +1,10 @@
#ifndef INCLUDE_RESTART_PROCESS_H
#define INCLUDE_RESTART_PROCESS_H
#ifndef INCLUDE_KOLIBRI_H
#include "../lib/kolibri.h"
#endif
enum {
MULTIPLE,
SINGLE
@@ -16,4 +23,6 @@ void RestartProcessByName(dword proc_name, byte multiple) {
}
}
RunProgram(proc_name, "");
}
}
#endif