wgl: Add assertion for missing function.

This commit is contained in:
José Fonseca 2009-05-01 18:53:51 +01:00 committed by Keith Whitwell
parent 692263aad6
commit d78b5952c1

View file

@ -64,6 +64,7 @@ stw_copy_context(
if (src && dst) {
/* FIXME */
assert(0);
(void) src;
(void) dst;
(void) mask;