• Sam Lantinga's avatar
    Date: Wed, 28 Apr 2004 16:52:41 -0400 · 2ca2c6c1
    Sam Lantinga authored
    From: "Damien A"
    Subject: testdyngl fix
    
    The test program you included in the latest version of SDL crashes on startup in Window (XP). The reason for this is that OpenGL functions on Windows use the __stdcall calling convention, not the C convention.  Placing APIENTRY infront of the * operator solves this problem.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40886
    2ca2c6c1
testdyngl.c 4.3 KB