aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/Service.h
Commit message (Collapse)AuthorAgeFilesLines
* Return static char buffer from some methodsPierre Ossman2023-02-041-2/+1
| | | | | | | | | This mimics how some system functions (like inet_ntop()) work, and avoids complexity around ownership of the returned string buffer. The downside is that the string must be consumed directly as it will be overwritten on the next call, but that is not an issue with the current usage.
* Get rid of TCHAR magicPierre Ossman2023-02-041-12/+12
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Remove legacy Windows codePierre Ossman2016-01-121-6/+0
| | | | | We have lots of code that deals with Windows versions that we no longer support anyway. Clean out all of this old cruft.
* Provide description for servicesPierre Ossman2016-01-121-1/+2
| | | | | | The argument named "desc" was not actually the description, but rather the short "display name". Add handling for the actual description to reduce confusion.
* winvnc: Declare argv as "char**" instead of "const *char[]"Adam Tkac2010-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4073 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+128
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519