Searched refs:FNSZ (Results 1 – 1 of 1) sorted by relevance
2730 #define FNSZ 260 in U14LdCmd() macro2731 char filnam[FNSZ]; // space to build name in in U14LdCmd()2769 DWORD dwLen = GetModuleFileName(NULL, filnam, FNSZ); // Get app path in U14LdCmd()2776 if (strlen(filnam) < FNSZ-6) // make sure we have space in U14LdCmd()