Changeset 642 for trunk/include


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

* empty log message *

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winver.h

    r488 r642  
    1 /* $Id: winver.h,v 1.2 1999-08-12 23:33:37 phaller Exp $ */
     1/* $Id: winver.h,v 1.3 1999-08-22 22:54:26 sandervl Exp $ */
    22
    33#ifndef __WINE_WINVER_H
     
    1515DWORD       WINAPI VerFindFileW(DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT,LPWSTR,PUINT);
    1616DWORD       WINAPI VerInstallFileA(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,PUINT);
    17 DWORD       WINAPI VerInstallFileW(DWPRD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT);
     17DWORD       WINAPI VerInstallFileW(DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT);
    1818DWORD       WINAPI VerQueryValueA(LPVOID,LPSTR,LPVOID*,PUINT);
    1919DWORD       WINAPI VerQueryValueW(LPVOID,LPWSTR,LPVOID*,PUINT);
  • 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.