summaryrefslogtreecommitdiff
path: root/xkb
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-04-20 16:40:52 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-04-20 16:40:52 +0000
commitdb5bd04097fd815ab6523f187679682a5e5047fa (patch)
treed15b3a34aa3389d074e5dbc6e620e5d0befc1026 /xkb
parent8963a220f36cf0ae2a8a653fd39c983140e29736 (diff)
Fix includes right throughout the Xserver tree:
apply changes to windows specific includes Fix includes right throughout the Xserver tree: apply changes to Xdmcp.h
Diffstat (limited to 'xkb')
-rw-r--r--xkb/ddxLoad.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c
index c2b1f18ee..5ad593f4c 100644
--- a/xkb/ddxLoad.c
+++ b/xkb/ddxLoad.c
@@ -79,7 +79,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifdef WIN32
-#include <Xwindows.h>
+#include <X11/Xwindows.h>
const char*
Win32TempDir()
{
@@ -139,12 +139,12 @@ Win32System(const char *cmdline)
xfree(cmd);
return -1;
}
- // Wait until child process exits.
+ /* Wait until child process exits. */
WaitForSingleObject( pi.hProcess, INFINITE );
GetExitCodeProcess( pi.hProcess, &dwExitCode);
- // Close process and thread handles.
+ /* Close process and thread handles. */
CloseHandle( pi.hProcess );
CloseHandle( pi.hThread );
xfree(cmd);