diff options
Diffstat (limited to 'vncEncoder.h')
-rw-r--r-- | vncEncoder.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vncEncoder.h b/vncEncoder.h index b59bfef..6ee7ea6 100644 --- a/vncEncoder.h +++ b/vncEncoder.h @@ -39,7 +39,11 @@ class vncEncoder; typedef unsigned char BYTE; typedef unsigned int UINT; +#ifdef _LP64 +typedef unsigned int DWORD; +#else typedef unsigned long DWORD; +#endif //static |