diff options
author | midipix <writeonce@midipix.org> | 2015-09-26 00:36:14 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-09-26 11:05:46 -0400 |
commit | 9ed8ecba43c402aa32c84df5d3a817223898c3cc (patch) | |
tree | 2233a963dd5368440562164d129415d68bd8674e /src/dalist_lib_entry_point.c | |
parent | fa897aef9891212c388a333d9ac5bb8ccf3f4cb9 (diff) | |
download | dalist-9ed8ecba43c402aa32c84df5d3a817223898c3cc.tar.bz2 dalist-9ed8ecba43c402aa32c84df5d3a817223898c3cc.tar.xz |
normalize the name of the library's entry point.
Diffstat (limited to 'src/dalist_lib_entry_point.c')
-rw-r--r-- | src/dalist_lib_entry_point.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/dalist_lib_entry_point.c b/src/dalist_lib_entry_point.c deleted file mode 100644 index d4124ed..0000000 --- a/src/dalist_lib_entry_point.c +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef MIDIPIX_FREESTANDING - -#include <dalist/dalist.h> - -int __stdcall dalist_lib_entry_point( - void * hinstance, - uint32_t reason, - void * reserved) -{ - return 1; -} -#endif |