Project Alice
Loading...
Searching...
No Matches
entry_point_win.cpp File Reference
#include "system_state.hpp"
#include "serialization.hpp"
#include <Windows.h>
#include <shellapi.h>
#include "Objbase.h"
#include "window.hpp"
Include dependency graph for entry_point_win.cpp:

Go to the source code of this file.

Macros

#define UNICODE
 
#define NOMINMAX
 
#define WIN32_LEAN_AND_MEAN
 

Functions

void signal_abort_handler (int)
 
LONG WINAPI uef_wrapper (struct _EXCEPTION_POINTERS *lpTopLevelExceptionFilter)
 
void generic_wrapper ()
 
void invalid_parameter_wrapper (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pReserved)
 
void EnableCrashingOnCrashes ()
 
int WINAPI wWinMain (HINSTANCE, HINSTANCE, LPWSTR, int)
 

Macro Definition Documentation

◆ NOMINMAX

#define NOMINMAX

Definition at line 7 of file entry_point_win.cpp.

◆ UNICODE

#define UNICODE

Definition at line 5 of file entry_point_win.cpp.

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 8 of file entry_point_win.cpp.

Function Documentation

◆ EnableCrashingOnCrashes()

void EnableCrashingOnCrashes ( )

Definition at line 79 of file entry_point_win.cpp.

Here is the caller graph for this function:

◆ generic_wrapper()

void generic_wrapper ( )

Definition at line 66 of file entry_point_win.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ invalid_parameter_wrapper()

void invalid_parameter_wrapper ( const wchar_t *  expression,
const wchar_t *  function,
const wchar_t *  file,
unsigned int  line,
uintptr_t  pReserved 
)

Definition at line 69 of file entry_point_win.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ signal_abort_handler()

void signal_abort_handler ( int  )

Definition at line 22 of file entry_point_win.cpp.

Here is the caller graph for this function:

◆ uef_wrapper()

LONG WINAPI uef_wrapper ( struct _EXCEPTION_POINTERS *  lpTopLevelExceptionFilter)

Definition at line 61 of file entry_point_win.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ wWinMain()

int WINAPI wWinMain ( HINSTANCE  ,
HINSTANCE  ,
LPWSTR  ,
int   
)

Definition at line 100 of file entry_point_win.cpp.

Here is the call graph for this function: