mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 01:24:11 +00:00
[REGEDIT] Strip redundant include, minor formatting (#5264)
strsafe.h is already included via regedit.h
This commit is contained in:
parent
aaeb131bd4
commit
31fdaca8c0
5 changed files with 8 additions and 9 deletions
|
@ -656,7 +656,7 @@ LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPa
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TrackPopupMenu(hContextMenu, TPM_RIGHTBUTTON, pt.x, pt.y, 0, hFrameWnd/*g_pChildWnd->hWnd*/, NULL);
|
TrackPopupMenu(hContextMenu, TPM_RIGHTBUTTON, pt.x, pt.y, 0, hFrameWnd, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "regedit.h"
|
#include "regedit.h"
|
||||||
#include <strsafe.h>
|
|
||||||
|
|
||||||
const WCHAR g_szGeneralRegKey[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Applets\\Regedit";
|
const WCHAR g_szGeneralRegKey[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Applets\\Regedit";
|
||||||
DECLSPEC_IMPORT ULONG WINAPIV DbgPrint(PCCH Format,...);
|
DECLSPEC_IMPORT ULONG WINAPIV DbgPrint(PCCH Format,...);
|
||||||
|
|
Loading…
Reference in a new issue