Index: src/rc2lng/rc2lng.cpp =================================================================== diff -u -N -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae -r8068e0c351055554340ac9755d1bc846893bf2b8 --- src/rc2lng/rc2lng.cpp (.../rc2lng.cpp) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) +++ src/rc2lng/rc2lng.cpp (.../rc2lng.cpp) (revision 8068e0c351055554340ac9755d1bc846893bf2b8) @@ -36,10 +36,10 @@ int _tmain(int argc, TCHAR* argv[], TCHAR* /*envp*/[]) { // initialize MFC and print and error on failure - HMODULE hModule = ::GetModuleHandle(NULL); + HMODULE hModule = ::GetModuleHandle(nullptr); if(!hModule) return -1; - if (!AfxWinInit(hModule, NULL, ::GetCommandLine(), 0)) + if (!AfxWinInit(hModule, nullptr, ::GetCommandLine(), 0)) { cerr << _T("Fatal Error: MFC initialization failed") << endl; return 1;