diff options
Diffstat (limited to 'src/lanesconf.h')
-rw-r--r-- | src/lanesconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lanesconf.h b/src/lanesconf.h index f20dfff..0afd493 100644 --- a/src/lanesconf.h +++ b/src/lanesconf.h | |||
@@ -26,6 +26,7 @@ | |||
26 | // static function variable: prefix s, followed by an uppercase letter | 26 | // static function variable: prefix s, followed by an uppercase letter |
27 | // function local variable: prefix _, followed by an uppercase letter | 27 | // function local variable: prefix _, followed by an uppercase letter |
28 | // named lambda capture: no prefix, start with a lowercase letter | 28 | // named lambda capture: no prefix, start with a lowercase letter |
29 | // stuff for external consumption in a 'lanes' namespace | ||
29 | 30 | ||
30 | #if (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) | 31 | #if (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) |
31 | #ifdef __cplusplus | 32 | #ifdef __cplusplus |