Browse Source

* another tp procvar check

peter 23 years ago
parent
commit
a870740c0e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tests/tbs/tb0425.pp

+ 8 - 0
tests/tbs/tb0425.pp

@@ -0,0 +1,8 @@
+{$mode delphi}
+
+var
+  glResizeBuffersMESA: procedure(); cdecl;
+
+begin
+    if not Assigned(glResizeBuffersMESA) then;
+end.