# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * VMSettingsController.mm - Preferences editing in Cocoa on Mac OS X | |
3 | * | |
4 | < | * Copyright (C) 2006-2009 Alexei Svitkine |
4 | > | * Copyright (C) 2006-2010 Alexei Svitkine |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 26 | Line 26 | |
26 | ||
27 | #import "VMSettingsController.h" | |
28 | ||
29 | + | #include <unistd.h> |
30 | + | |
31 | const int CDROMRefNum = -62; // RefNum of driver | |
32 | ||
33 | #ifdef STANDALONE_PREFS |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |