mirror of https://github.com/neutrinolabs/xrdp
add conditional compilation annotations
This commit is contained in:
parent
bcd690f037
commit
8c98ed4a58
|
@ -16,6 +16,7 @@
|
|||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
#ifdef XRDP_IBUS
|
||||
|
||||
#if !defined(INPUT_H)
|
||||
#define INPUT_H
|
||||
|
@ -33,3 +34,5 @@ int
|
|||
xrdp_input_unicode_destory();
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
|
@ -17,6 +17,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifdef XRDP_IBUS
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <config_ac.h>
|
||||
#endif
|
||||
|
@ -246,3 +248,5 @@ xrdp_input_unicode_init()
|
|||
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue