Changeset 16905 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Feb 18, 2009 2:45:18 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r16888 r16905 68 68 /** @todo this quoting macros probably should be moved to a common place. 69 69 * The indirection is for expanding macros passed to the first macro. */ 70 #define VBOXSOLQUOTE2(x) 71 #define VBOXSOLQUOTE(x) 70 #define VBOXSOLQUOTE2(x) #x 71 #define VBOXSOLQUOTE(x) VBOXSOLQUOTE2(x) 72 72 /** The module name. */ 73 73 #define DEVICE_NAME "vboxdrv"
Note:
See TracChangeset
for help on using the changeset viewer.