root/lang/objective-cplusplus/i3/trunk/src/os-unix/xOS.h
@
38019
| Revision 38019, 176 bytes (checked in by saturday06, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #pragma once |
| 2 | |
| 3 | #ifndef MAX_PATH |
| 4 | #define MAX_PATH 2000 |
| 5 | #endif |
| 6 | |
| 7 | namespace i3 { |
| 8 | struct OS { |
| 9 | TCHAR* config_dir; |
| 10 | TCHAR* program_dir; |
| 11 | }; |
| 12 | |
| 13 | extern const OS& os; |
| 14 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)