Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankueng committed Mar 2, 2024
1 parent b58fb95 commit dbaa126
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/SearchDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,16 @@
#define GREPWIN_DATEBUFFER 100
#define LABELUPDATETIMER 10

DWORD WINAPI SearchThreadEntry(LPVOID lpParam);
extern HANDLE hInitProtection;
extern ULONGLONG g_startTime;

namespace
{

constexpr auto SearchEditSubclassID = 4321;

DWORD WINAPI SearchThreadEntry(LPVOID lpParam);

extern ULONGLONG g_startTime;
extern HANDLE hInitProtection;
constexpr auto SearchEditSubclassID = 4321;

void drawRedEditBox(HWND hWnd, WPARAM wParam)
void drawRedEditBox(HWND hWnd, WPARAM wParam)
{
// make the border of the edit control red in case
// the regex is invalid
Expand Down

0 comments on commit dbaa126

Please sign in to comment.