Browse Source

* fixed test program - bug #40072

Tomas Hajny 2 years ago
parent
commit
45b15c5750
2 changed files with 2 additions and 0 deletions
  1. 1 0
      rtl/os2/tests/pmdemo1.pp
  2. 1 0
      rtl/os2/tests/pmdemo1.rc

+ 1 - 0
rtl/os2/tests/pmdemo1.pp

@@ -14,6 +14,7 @@
 
 program pmdemo1;
 
+{$APPTYPE GUI}
   uses
      os2def,pmwin;
 

+ 1 - 0
rtl/os2/tests/pmdemo1.rc

@@ -20,4 +20,5 @@ MENU    ID_ClientWindow
 
   Revision 1.2  2002/09/07 16:01:25  peter
     * old logs removed and tabs fixed
+*/