浏览代码

* fixed test program - bug #40072

Tomas Hajny 2 年之前
父节点
当前提交
45b15c5750
共有 2 个文件被更改,包括 2 次插入0 次删除
  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
+*/