Discussion:
Win7: How to use AddClipboardFormatListener?
(too old to reply)
ha
2015-12-26 23:10:37 UTC
Permalink
Hi

I use here Openwatcom under Win7.

How can I use AddClipboardFormatListener ?

I tried #pragma comment(lib, "User32.lib")
without success.
ha
2015-12-28 15:56:50 UTC
Permalink
For those who are interested:

Simply give that:

#define _WIN32_WINNT 0x0603
#define WINVER _WIN32_WINNT

Loading...