summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_types.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-03-08 03:31:14 +0000
committerjsorg71 <jsorg71>2005-03-08 03:31:14 +0000
commit777893bdd6f4e98f2074ccc3b9f0d890bc2ac387 (patch)
tree5656cc89ac1a64461ce5ba31f28ac896f2362c3a /xrdp/xrdp_types.h
parentd5dea39bafc3440b1726cf90a8295ecb393e059c (diff)
downloadxrdp-proprietary-777893bdd6f4e98f2074ccc3b9f0d890bc2ac387.tar.gz
xrdp-proprietary-777893bdd6f4e98f2074ccc3b9f0d890bc2ac387.zip
some ints should be long
Diffstat (limited to 'xrdp/xrdp_types.h')
-rw-r--r--xrdp/xrdp_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h
index 5757a8cc..4b773a1d 100644
--- a/xrdp/xrdp_types.h
+++ b/xrdp/xrdp_types.h
@@ -398,7 +398,7 @@ struct xrdp_wm
int scroll_lock;
int num_lock;
/* mod vars */
- int mod_handle; /* returned from g_load_library */
+ long mod_handle; /* returned from g_load_library */
struct xrdp_mod* (*mod_init)(void);
int (*mod_exit)(struct xrdp_mod*);
struct xrdp_mod* mod;