This website requires JavaScript.
Explore
Help
Register
Sign In
xaymar
/
BlitzNext
Watch
1
Star
0
Fork
0
You've already forked BlitzNext
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
master
BlitzNext
/
Linker
/
lib
/
dlltoexe.hpp
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
3 lines
91 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
linker/lib: Modernize code base and remote std.c/hpp
2019-01-19 18:29:24 +01:00
#
pragma once
linker: Formatting
2019-01-18 17:03:57 +01:00
bool
dllToExe
(
const
char
*
exe_file
,
const
char
*
dll_file
,
const
char
*
entry
)
;
Reference in New Issue
Copy Permalink