repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[coop] Refactor/reuse mono_value_box_handle/mono_value_box_checked and reduce raw...
[mono-project.git]
/
mono
/
utils
/
mono-dl-windows-internals.h
blob
3cd33a21de3539dafc2007e908988567e6d3b1b5
1
/**
2
* \file
3
*/
4
5
#ifndef __MONO_UTILS_DL_WINDOWS_H__
6
#define __MONO_UTILS_DL_WINDOWS_H__
7
8
#include <config.h>
9
#include <glib.h>
10
11
#ifdef HOST_WIN32
12
#include
"mono/utils/mono-dl.h"
13
14
void
*
15
mono_dl_lookup_symbol_in_process
(
const char
*
symbol_name
);
16
#endif
/* HOST_WIN32 */
17
#endif
/* __MONO_UTILS_DL_WINDOWS_H__ */
18