Changeset 642 for trunk/include/winexe.h


Ignore:
Timestamp:
Aug 23, 1999, 12:58:13 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winexe.h

    r506 r642  
    1 /* $Id: winexe.h,v 1.3 1999-08-16 13:55:27 sandervl Exp $ */
     1/* $Id: winexe.h,v 1.4 1999-08-22 22:56:48 sandervl Exp $ */
    22
    33/*
     
    3333        char *getCommandLine()                 { return cmdline;  };
    3434
    35         void  setOS2InstanceHandle(ULONG handle) { OS2InstanceHandle = handle; };
    36         ULONG getOS2InstanceHandle()             { return OS2InstanceHandle; };
    37 
    3835        BOOL  isConsoleApp()                   { return fConsoleApp; };
    3936
     
    4441        BOOL  fConsoleApp;
    4542
    46         ULONG OS2InstanceHandle;
    47 
    4843private:
    4944};
Note: See TracChangeset for help on using the changeset viewer.