mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
[OPENGL32]
- Get rid of the default stub table, use NULL instead - Simplify stub code by using the appropriate macros CORE-14024
This commit is contained in:
parent
b060a81d5d
commit
31acac46a1
5 changed files with 38 additions and 3710 deletions
|
@ -49,7 +49,6 @@ DllMain(HINSTANCE hInstance, DWORD Reason, LPVOID Reserved)
|
|||
if (!init_tls_data())
|
||||
return FALSE;
|
||||
#endif // defined(OPENGL32_USE_TLS)
|
||||
IntSetCurrentDispatchTable(&StubTable.glDispatchTable);
|
||||
break;
|
||||
|
||||
case DLL_THREAD_DETACH:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue