#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <windows.h>
Go to the source code of this file.
◆ launcher_main_fn
| typedef int(* launcher_main_fn) (int argc, char **argv) |
Definition at line 6 of file main.c.
◆ get_exe_dir()
| bool get_exe_dir |
( |
char * | buf, |
|
|
size_t | buf_size ) |
|
static |
◆ launcher_dll_path()
| bool launcher_dll_path |
( |
char * | out, |
|
|
size_t | out_size ) |
|
static |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ resolve_launcher_main()
◆ show_startup_error()
| void show_startup_error |
( |
const char * | message, |
|
|
DWORD | error ) |
|
static |
◆ LAUNCHER_DLL_RELATIVE_PATH
| const char* const LAUNCHER_DLL_RELATIVE_PATH = "modules\\libdttr_launcher.dll" |
|
static |