forked from KolibriOS/kolibrios
CMM: update libraries
New lib: lexer.h git-svn-id: svn://kolibrios.org@5598 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user