Home
last modified time | relevance | path

Searched refs:MAX_LOADSTRING (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/seismic/
H A Dseismic_video.hpp26 #define MAX_LOADSTRING 100 macro
27 TCHAR szWindowClass[MAX_LOADSTRING]; // the main window class name
H A Dseismic_video.cpp77 LoadStringA(video::win_hInstance, IDC_SEISMICSIMULATION, szWindowClass, MAX_LOADSTRING); in SeismicVideo()