From 95c9bf35fd0bb08f44dbba53911c74ab13d029dc Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 4 Nov 2007 15:14:59 +0000 Subject: [PATCH] Added PROC->IntPtr translation. --- Source/Bind/Specifications/Wgl/wgl.tm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Source/Bind/Specifications/Wgl/wgl.tm b/Source/Bind/Specifications/Wgl/wgl.tm index f2ef716c..5f3c163f 100644 --- a/Source/Bind/Specifications/Wgl/wgl.tm +++ b/Source/Bind/Specifications/Wgl/wgl.tm @@ -22,8 +22,9 @@ VoidPointer,*,*, void*,*,* float,*,*, float,*,* int,*,*, int,*,* #void,*,*, *,*,* -PIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR -LAYERPLANEDESCRIPTOR LAYERPLANEDESCRIPTOR -GLYPHMETRICSFLOAT GLYPHMETRICSFLOAT -COLORREF Int32 -LPCSTR String \ No newline at end of file +PIXELFORMATDESCRIPTOR,*,*, PIXELFORMATDESCRIPTOR,*,* +LAYERPLANEDESCRIPTOR,*,*, LAYERPLANEDESCRIPTOR,*,* +GLYPHMETRICSFLOAT,*,*, GLYPHMETRICSFLOAT,*,* +COLORREF,*,*, Int32,*,* +LPCSTR,*,*, String,*,* +PROC,*,*, IntPtr,*,*