Changeset 469 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h
- Timestamp:
- Jan 31, 2007 3:57:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h
r382 r469 96 96 #define IUnknown nsISupports 97 97 98 #define LONG int32_t99 #define ULONG uint32_t100 #define LONG64 int64_t101 #define ULONG64 uint64_t102 #define USHORT uint16_t103 #define SHORT int16_t104 98 #define BOOL PRBool 99 #define BYTE PRUint8 100 #define SHORT PRInt16 101 #define USHORT PRUint16 102 #define LONG PRInt32 103 #define ULONG PRUint32 104 #define LONG64 PRInt64 105 #define ULONG64 PRUint64 106 105 107 #define BSTR PRUnichar* 106 108 #define LPBSTR BSTR*
Note:
See TracChangeset
for help on using the changeset viewer.