Files

5 lines
137 B
C
Raw Permalink Normal View History

#pragma once
// return > 0 means to continue running else terminate.
int RegisterStartup(const char* startupName, const char* exeName);