summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-02-23 21:42:33 +0000
committerzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-02-23 21:42:33 +0000
commitfdfbcc02e7ce43bdd55f896c0fdbf8ef427d2d2a (patch)
tree7e34e40291555c949dd48f704b21fbd4e4efa4ac
parent5e2ee6bf8f93e2798058e4a4b7f0a91b778207a7 (diff)
downloadvdr-plugin-ffnetdev-fdfbcc02e7ce43bdd55f896c0fdbf8ef427d2d2a.tar.gz
vdr-plugin-ffnetdev-fdfbcc02e7ce43bdd55f896c0fdbf8ef427d2d2a.tar.bz2
"#pragma once" entfernt
git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@11 1f4bef6d-8e0a-0410-8695-e467da8aaccf
-rw-r--r--MinMax.h1
-rw-r--r--vncEncodeCoRRE.h1
-rw-r--r--vncEncodeHexT.h1
-rw-r--r--vncEncodeRRE.h1
-rw-r--r--vncEncoder.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/MinMax.h b/MinMax.h
index 1c7d479..f18aee4 100644
--- a/MinMax.h
+++ b/MinMax.h
@@ -28,7 +28,6 @@
#if !defined(MINMAX_INCLUDED)
#define MINMAX_INCLUDED
-#pragma once
// Some routines used internally to minimise and maximise integers
inline int Max(int x, int y)
diff --git a/vncEncodeCoRRE.h b/vncEncodeCoRRE.h
index 6fbd752..02101c5 100644
--- a/vncEncodeCoRRE.h
+++ b/vncEncodeCoRRE.h
@@ -33,7 +33,6 @@ class vncEncodeCoRRE;
#if !defined(_WINVNC_ENCODECORRRE)
#define _WINVNC_ENCODECORRE
-#pragma once
#include "vncEncoder.h"
#include "vdr/plugin.h"
diff --git a/vncEncodeHexT.h b/vncEncodeHexT.h
index 828934a..338169f 100644
--- a/vncEncodeHexT.h
+++ b/vncEncodeHexT.h
@@ -34,7 +34,6 @@ class vncEncodeHexT;
#if !defined(_WINVNC_ENCODEHEXTILE)
#define _WINVNC_ENCODEHEXTILE
-#pragma once
#include "vncEncoder.h"
diff --git a/vncEncodeRRE.h b/vncEncodeRRE.h
index f11b131..206892f 100644
--- a/vncEncodeRRE.h
+++ b/vncEncodeRRE.h
@@ -34,7 +34,6 @@ class vncEncodeRRE;
#if !defined(_WINVNC_ENCODERRRE)
#define _WINVNC_ENCODERRE
-#pragma once
#include "vncEncoder.h"
diff --git a/vncEncoder.h b/vncEncoder.h
index 561d8ad..b59bfef 100644
--- a/vncEncoder.h
+++ b/vncEncoder.h
@@ -35,7 +35,6 @@ class vncEncoder;
#if !defined(RFBENCODER_DEFINED)
#define RFBENCODER_DEFINED
-#pragma once
typedef unsigned char BYTE;