Skip to content

Commit

Permalink
Use parameter names in function declarations in WinText.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 20, 2025
1 parent e86e8e2 commit d0a02d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/WinText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ long FAR PASCAL wintext_proc(HANDLE, UINT, WPARAM, LPARAM);

// function prototypes

static LRESULT CALLBACK wintext_proc(HWND, UINT, WPARAM, LPARAM);
static LRESULT CALLBACK wintext_proc(HWND window, UINT message, WPARAM wp, LPARAM lp);

static const char *const WINDOW_CLASS{"IdText"};
static WinText *s_me{};
Expand Down

0 comments on commit d0a02d8

Please sign in to comment.