commit | 0a7c1f6c5ba6412888d38e6df08cf6a38e01d163 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jan 27 02:54:17 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 27 02:54:17 2000 +0000 |
tree | 276eb11fc8c1970720f9b56acd4c4cdc2b406fb9 | |
parent | 3d678afc4c840572044d0e47180a8e7201c10323 [diff] [blame] |
Implemented GetThreadSelectorEntry through the server.
diff --git a/tools/make_requests b/tools/make_requests index 9a8e6c9..8e608cc 100755 --- a/tools/make_requests +++ b/tools/make_requests
@@ -11,6 +11,7 @@ "int" => "%d", "long" => "%ld", "char" => "%c", + "unsigned char" => "%02x", "unsigned int" => "%08x", "void*" => "%p", "time_t" => "%ld",