Cleanup some XThread code

This commit is contained in:
Dr. Chat
2015-06-22 21:13:49 -05:00
parent 75ef95b1b8
commit bafd448dd8
3 changed files with 80 additions and 42 deletions

View File

@@ -292,7 +292,7 @@ class X_ANSI_STRING {
};
// static_assert_size(X_ANSI_STRING, 8);
// Values seem to be all over the place - GUIDs?
// http://pastebin.com/SMypYikG
typedef uint32_t XNotificationID;
// http://ffplay360.googlecode.com/svn/trunk/Common/XTLOnPC.h
@@ -374,6 +374,12 @@ struct X_INPUT_KEYSTROKE {
};
static_assert_size(X_INPUT_KEYSTROKE, 8);
struct X_LIST_ENTRY {
be<uint32_t> flink_ptr; // next entry / head
be<uint32_t> blink_ptr; // previous entry / head
};
static_assert_size(X_LIST_ENTRY, 8);
#pragma pack(pop)
} // namespace xe