mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
7 lines
141 B
C
7 lines
141 B
C
#pragma once
|
|
|
|
#include "stdafx.h"
|
|
|
|
LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
|
void GetCurrentSelection();
|