Searched defs:pathbuf (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dregistrytool.cpp110 const int pathbuf = 2048; local
111 gunichar2 pathw[pathbuf];
112 GetModuleFileNameW(NULL, (WCHAR*) pathw, pathbuf);
H A Dwinconsole.cpp93 const int pathbuf = 2048; local
94 WCHAR *inkscape = reinterpret_cast<WCHAR*>(LocalAlloc(LMEM_FIXED, pathbuf * sizeof(WCHAR)));
95 GetModuleFileNameW(NULL, inkscape, pathbuf);

Completed in 21 milliseconds