Fix incorrect LPC Object export...we export pointers not the object itself! Also remove more TIME stuff to be properly compatible with real structures.

svn path=/trunk/; revision=12748
This commit is contained in:
Alex Ionescu
2005-01-03 05:17:16 +00:00
parent b429ae3287
commit 91fc5d1804
14 changed files with 58 additions and 60 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ typedef struct _LPC_DBG_MESSAGE
typedef struct _LPC_TERMINATION_MESSAGE
{
LPC_MESSAGE Header;
TIME CreationTime;
LARGE_INTEGER CreationTime;
} LPC_TERMINATION_MESSAGE, *PLPC_TERMINATION_MESSAGE;
#endif /* __INCLUDE_NAPI_DBG_H */