A few more PyThreadState_Get to PyThreadState_GET conversions
diff --git a/Python/dynload_shlib.c b/Python/dynload_shlib.c
index af23f80..50851a8 100644
--- a/Python/dynload_shlib.c
+++ b/Python/dynload_shlib.c
@@ -109,7 +109,7 @@
 	}
 
 #if !(defined(PYOS_OS2) && defined(PYCC_GCC))
-        dlopenflags = PyThreadState_Get()->interp->dlopenflags;
+        dlopenflags = PyThreadState_GET()->interp->dlopenflags;
 #endif
 
 	if (Py_VerboseFlag)