mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
winecrt0: Android NDK doesn't have _init and _fini.
This commit is contained in:
parent
449e2655c2
commit
e0f3e6bcf2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#ifndef __WINE_CRT0_PRIVATE_H__
|
||||
#define __WINE_CRT0_PRIVATE_H__
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__ANDROID__)
|
||||
static inline void _init(int argc, char **argv, char **envp ) { /* nothing */ }
|
||||
static inline void _fini(void) { /* nothing */ }
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue