Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
win32_init.c File Reference
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
+ Include dependency graph for win32_init.c:

Go to the source code of this file.

Macros

#define GUID_DEVINTERFACE_HID   _glfw_GUID_DEVINTERFACE_HID
 

Functions

WCHAR * _glfwCreateWideStringFromUTF8Win32 (const char *source)
 
char * _glfwCreateUTF8FromWideStringWin32 (const WCHAR *source)
 
void _glfwInputErrorWin32 (int error, const char *description)
 
void _glfwUpdateKeyNamesWin32 (void)
 
BOOL _glfwIsWindowsVersionOrGreaterWin32 (WORD major, WORD minor, WORD sp)
 
BOOL _glfwIsWindows10BuildOrGreaterWin32 (WORD build)
 
int _glfwPlatformInit (void)
 
void _glfwPlatformTerminate (void)
 
const char * _glfwPlatformGetVersionString (void)
 

Macro Definition Documentation

◆ GUID_DEVINTERFACE_HID

#define GUID_DEVINTERFACE_HID   _glfw_GUID_DEVINTERFACE_HID

Definition at line 38 of file win32_init.c.

Function Documentation

◆ _glfwCreateUTF8FromWideStringWin32()

char * _glfwCreateUTF8FromWideStringWin32 ( const WCHAR *  source)

Definition at line 423 of file win32_init.c.

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

◆ _glfwCreateWideStringFromUTF8Win32()

WCHAR * _glfwCreateWideStringFromUTF8Win32 ( const char *  source)

Definition at line 395 of file win32_init.c.

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

◆ _glfwInputErrorWin32()

void _glfwInputErrorWin32 ( int  error,
const char *  description 
)

Definition at line 451 of file win32_init.c.

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

◆ _glfwIsWindows10BuildOrGreaterWin32()

BOOL _glfwIsWindows10BuildOrGreaterWin32 ( WORD  build)

Definition at line 541 of file win32_init.c.

◆ _glfwIsWindowsVersionOrGreaterWin32()

BOOL _glfwIsWindowsVersionOrGreaterWin32 ( WORD  major,
WORD  minor,
WORD  sp 
)

Definition at line 526 of file win32_init.c.

◆ _glfwPlatformGetVersionString()

const char * _glfwPlatformGetVersionString ( void  )

Definition at line 618 of file win32_init.c.

◆ _glfwPlatformInit()

int _glfwPlatformInit ( void  )

Definition at line 559 of file win32_init.c.

+ Here is the call graph for this function:

◆ _glfwPlatformTerminate()

void _glfwPlatformTerminate ( void  )

Definition at line 594 of file win32_init.c.

+ Here is the call graph for this function:

◆ _glfwUpdateKeyNamesWin32()

void _glfwUpdateKeyNamesWin32 ( void  )

Definition at line 472 of file win32_init.c.

+ Here is the caller graph for this function: