Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
e69e1efd
Commit
e69e1efd
authored
Sep 20, 2014
by
Daniel Cohen Gindi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Those are generally the windows headers, not just MinGW
parent
1fc2951f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rfb.h
rfb/rfb.h
+2
-2
No files found.
rfb/rfb.h
View file @
e69e1efd
...
@@ -52,7 +52,7 @@ extern "C"
...
@@ -52,7 +52,7 @@ extern "C"
#include <sys/types.h>
#include <sys/types.h>
#endif
#endif
#ifdef
__MINGW32__
#ifdef
WIN32
#undef SOCKET
#undef SOCKET
#include <winsock2.h>
#include <winsock2.h>
#ifdef LIBVNCSERVER_HAVE_WS2TCPIP_H
#ifdef LIBVNCSERVER_HAVE_WS2TCPIP_H
...
@@ -267,7 +267,7 @@ typedef struct _rfbScreenInfo
...
@@ -267,7 +267,7 @@ typedef struct _rfbScreenInfo
SOCKET
listenSock
;
SOCKET
listenSock
;
int
maxSock
;
int
maxSock
;
int
maxFd
;
int
maxFd
;
#ifdef
__MINGW32__
#ifdef
WIN32
struct
fd_set
allFds
;
struct
fd_set
allFds
;
#else
#else
fd_set
allFds
;
fd_set
allFds
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment