Changeset 27780 in vbox for trunk/include
- Timestamp:
- Mar 29, 2010 11:37:06 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/defs.h
r24677 r27780 5 5 6 6 /* 7 * Copyright (C) 2006-20 09Sun Microsystems, Inc.7 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 264 264 #define LONG64 PRInt64 265 265 #define ULONG64 PRUint64 266 /* XPCOM has only 64bit floats */ 267 #define FLOAT PRFloat64 268 #define DOUBLE PRFloat64 269 #define 266 270 267 271 #define FALSE PR_FALSE
Note:
See TracChangeset
for help on using the changeset viewer.