Blender  V2.93
Macros | Functions
GHOST_WindowWin32.cpp File Reference
#include "GHOST_WindowWin32.h"
#include "GHOST_ContextD3D.h"
#include "GHOST_ContextNone.h"
#include "GHOST_DropTargetWin32.h"
#include "GHOST_SystemWin32.h"
#include "GHOST_WindowManager.h"
#include "utf_winfunc.h"
#include "utfconv.h"
#include "GHOST_ContextWGL.h"
#include <assert.h>
#include <math.h>
#include <string.h>
#include <windowsx.h>

Go to the source code of this file.

Macros

#define _USE_MATH_DEFINES
 

Functions

 __declspec (dllexport) DWORD NvOptimusEnablement=0x00000001
 
static GHOST_TUns8 uns8ReverseBits (GHOST_TUns8 ch)
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 24 of file GHOST_WindowWin32.cpp.

Function Documentation

◆ __declspec()

__declspec ( dllexport  )
pure virtual

◆ uns8ReverseBits()

static GHOST_TUns8 uns8ReverseBits ( GHOST_TUns8  ch)
static

Reverse the bits in a GHOST_TUns8

Definition at line 1176 of file GHOST_WindowWin32.cpp.