mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
afreerdp: fix build on Android
This commit is contained in:
4
client/Android/.gitignore
vendored
4
client/Android/.gitignore
vendored
@@ -8,3 +8,7 @@ libs/armeabi*
|
||||
AndroidManifest.xml
|
||||
local.properties
|
||||
!.project
|
||||
|
||||
FreeRDPCore/project.properties
|
||||
FreeRDPCore/src/com/freerdp/freerdpcore/utils/BuildConfiguration.java
|
||||
aFreeRDP/project.properties
|
||||
|
||||
4
client/Android/FreeRDPCore/.gitignore
vendored
Normal file
4
client/Android/FreeRDPCore/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
ant.properties
|
||||
build.xml
|
||||
jni/Android.mk
|
||||
jni/Application.mk
|
||||
4
client/Android/aFreeRDP/.gitignore
vendored
Normal file
4
client/Android/aFreeRDP/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
ant.properties
|
||||
build.xml
|
||||
jni/Android.mk
|
||||
jni/Application.mk
|
||||
@@ -57,7 +57,7 @@ BOOL GetOverlappedResult(HANDLE hFile, LPOVERLAPPED lpOverlapped, LPDWORD lpNumb
|
||||
|
||||
else if (Type == HANDLE_TYPE_NAMED_PIPE)
|
||||
{
|
||||
int status;
|
||||
int status = -1;
|
||||
DWORD request;
|
||||
PVOID lpBuffer;
|
||||
DWORD nNumberOfBytes;
|
||||
|
||||
@@ -99,9 +99,6 @@ struct winpr_timer
|
||||
|
||||
#ifdef WITH_POSIX_TIMER
|
||||
timer_t tid;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TIMERFD_H
|
||||
struct itimerspec timeout;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user