Beispiel #1
0
func init() {
	outside.AddEPs("advapi32.dll", false, EntryPoints)
	outside.AddEPs("advapi32.dll", true, UnicodeEntryPoints)
}
Beispiel #2
0
func init() {
	outside.AddEPs("winmm.dll", false, EntryPoints)
	outside.AddEPs("winmm.dll", true, UnicodeEntryPoints)
}
Beispiel #3
0
func init() {
	outside.AddEPs("gdiplus.dll", false, EntryPoints)
}
Beispiel #4
0
func init() {
	outside.AddEPs("glu32.dll", false, EntryPoints)
}
Beispiel #5
0
func init() {
	outside.AddEPs("oleaut32.dll", false, EntryPoints)
}
Beispiel #6
0
func init() {
	outside.AddEPs("opengl32.dll", false, EntryPoints)
}
Beispiel #7
0
func init() {
	outside.AddEPs("riched20.dll", false, EntryPoints)
}