FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Client/src/std_include.cpp at main · ProjectConsolation/Client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ProjectConsolation
/
Client
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
11
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Client
/
src
/
std_include.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (36 loc) · 1.06 KB
Breadcrumbs
Client
/
src
/
std_include.cpp
Copy path
File metadata and controls
44 lines (36 loc) · 1.06 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
include
"
std_include.hpp
"
#
ifndef
DEBUG
#
pragma
comment(linker, "/merge:.text=.UPX0")
#
pragma
comment(linker, "/merge:.data=.UPX1")
#
pragma
comment(linker, "/merge:.rdata=.UPX2")
#
pragma
comment(linker, "/merge:.tls=.UPX3")
#
pragma
comment(linker, "/merge:.gfids=.UPX4")
#
endif
#
pragma
comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
extern
"
C
"
{
//
Disable telemetry data logging
void
__cdecl
__vcrt_initialize_telemetry_provider
() {}
void
__cdecl
__telemetry_main_invoke_trigger
() {}
void
__cdecl
__telemetry_main_return_trigger
() {}
void
__cdecl
__vcrt_uninitialize_telemetry_provider
() {}
//
Enable 'High Performance Graphics'
__declspec
(dllexport) DWORD NvOptimusEnablement = 0x00000001;
//
Tommath fixes
int
s_read_arc4random
(
void
*,
size_t
)
{
return
-
1
;
}
int
s_read_getrandom
(
void
*,
size_t
)
{
return
-
1
;
}
int
s_read_urandom
(
void
*,
size_t
)
{
return
-
1
;
}
int
s_read_ltm_rng
(
void
*,
size_t
)
{
return
-
1
;
}
}
Back
|
FazBrowse Home
|
New Git URL