commit 06583276a5099f7f8683cce28fbd8c4832433ad1
parent 8d50f69543a195be67ee7c0e6b26560c3b9c5f0b
Author: Michael Savage <mikejsavage@gmail.com>
Date: Wed, 4 Nov 2020 00:45:25 +0200
static
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/win32.cc b/src/win32.cc
@@ -246,7 +246,7 @@ void platform_set_clipboard( const char * str, size_t len ) {
CloseClipboard();
}
-LRESULT CALLBACK WndProc( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam ) {
+static LRESULT CALLBACK WndProc( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam ) {
ZoneScoped;
switch( msg ) {