You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
539 B
17 lines
539 B
#ifndef _RFB_RFBINT_H |
|
#define _RFB_RFBINT_H 1 |
|
#ifndef _GENERATED_STDINT_H |
|
#define _GENERATED_STDINT_H "LibVNCServer 0.9.9" |
|
/* generated using a gnu compiler version gcc (Debian 4.7.2-5) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ |
|
|
|
#include <stdint.h> |
|
|
|
|
|
/* system headers have good uint64_t */ |
|
#ifndef _HAVE_UINT64_T |
|
#define _HAVE_UINT64_T |
|
#endif |
|
|
|
/* once */ |
|
#endif |
|
#endif
|
|
|