HWND of "active" captures the active window
[imager-screenshot.git] / svwin32.h
CommitLineData
6f00ec2f
TC
1#ifndef SVWIN32_H
2#define SVWIN32_H
3
4#include "EXTERN.h"
5#include <windows.h>
6#include "perl.h"
7
8typedef unsigned SSHWND;
9
10SSHWND
11hwnd_from_sv(pTHX_ SV *sv);
12
13#endif