mirror of https://github.com/neutrinolabs/xrdp
remote uncessary conditional compilation
This commit is contained in:
parent
8c98ed4a58
commit
b623766503
|
@ -16,8 +16,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifdef XRDP_IBUS
|
|
||||||
|
|
||||||
#if !defined(INPUT_H)
|
#if !defined(INPUT_H)
|
||||||
#define INPUT_H
|
#define INPUT_H
|
||||||
|
|
||||||
|
@ -33,6 +31,4 @@ xrdp_input_unicode_init();
|
||||||
int
|
int
|
||||||
xrdp_input_unicode_destory();
|
xrdp_input_unicode_destory();
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
|
@ -16,9 +16,6 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef XRDP_IBUS
|
|
||||||
|
|
||||||
#if defined(HAVE_CONFIG_H)
|
#if defined(HAVE_CONFIG_H)
|
||||||
#include <config_ac.h>
|
#include <config_ac.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -247,6 +244,4 @@ xrdp_input_unicode_init()
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue