Go to the source code of this file.
|
| | Gray |
| | < The main namespace for all Core functions.
|
| |
|
| #define | _FN(x) __TOA(x) |
| | like _T(x) macro for static text file names. More...
|
| |
| #define | _FNF(c) c##A |
| | _WIN32 name has a A or W for UTF8 or UNICODE More...
|
| |
| #define | _FNFW(c) c |
| | _WIN32 name has a W for UNICODE but not UTF8 More...
|
| |
- Copyright
- 1992 - 2020 Dennis Robinson (http://www.menasoft.com)
◆ _FN
| #define _FN |
( |
|
x | ) |
__TOA(x) |
like _T(x) macro for static text file names.
◆ _FNF
_WIN32 name has a A or W for UTF8 or UNICODE
◆ _FNFW
_WIN32 name has a W for UNICODE but not UTF8