File: rfb.h

package info (click to toggle)
krfb 4%3A4.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,064 kB
  • ctags: 5,870
  • sloc: cpp: 2,826; ansic: 2,475; makefile: 3; sh: 2
file content (15 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * This file should always be included instead of <rfb/rfb.h> because otherwise it's redefinition
 * of TRUE and FALSE plays havoc with other things.
 */

#ifndef KRFB_RFB_H
#define KRFB_RFB_H

#include "rfb/rfb.h"

#undef TRUE
#undef FALSE

#endif // Header guard