Blender
V3.3
|
#include <Windows.h>
#include <strsafe.h>
#include <PathCch.h>
#include <tlhelp32.h>
Go to the source code of this file.
Functions | |
BOOL | LaunchedFromSteam () |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine, int nCmdShow) |
BOOL LaunchedFromSteam | ( | ) |
Definition at line 9 of file blender_launcher_win32.c.
Referenced by wWinMain().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
PWSTR | pCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 56 of file blender_launcher_win32.c.
References buffer, free(), L, LaunchedFromSteam(), and NULL.