Sfoglia il codice sorgente

* another tp procvar check

peter 23 anni fa
parent
commit
a870740c0e
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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.