Ignore:
Timestamp:
Dec 21, 1999, 1:29:31 AM (26 years ago)
Author:
sandervl
Message:

updates for service apis

File:
1 edited

Legend:

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

    r2094 r2170  
    1 /* $Id: winbase.h,v 1.8 1999-12-17 16:55:13 sandervl Exp $ */
     1/* $Id: winbase.h,v 1.9 1999-12-21 00:29:30 sandervl Exp $ */
    22
    33#ifndef __WINE_WINBASE_H
     
    829829    WORD        wProcessorRevision;
    830830} SYSTEM_INFO, *LPSYSTEM_INFO;
    831 
    832 /* service main function prototype */
    833 typedef VOID (* CALLBACK LPSERVICE_MAIN_FUNCTIONA)(DWORD,LPSTR);
    834 typedef VOID (* CALLBACK LPSERVICE_MAIN_FUNCTIONW)(DWORD,LPWSTR);
    835 DECL_WINELIB_TYPE_AW(LPSERVICE_MAIN_FUNCTION)
    836 
    837 /* service start table */
    838 typedef struct
    839 {
    840     LPSTR                       lpServiceName;
    841     LPSERVICE_MAIN_FUNCTIONA    lpServiceProc;
    842 } *LPSERVICE_TABLE_ENTRYA, SERVICE_TABLE_ENTRYA;
    843 
    844 typedef struct
    845 {
    846     LPWSTR                      lpServiceName;
    847     LPSERVICE_MAIN_FUNCTIONW    lpServiceProc;
    848 } *LPSERVICE_TABLE_ENTRYW, SERVICE_TABLE_ENTRYW;
    849 
    850 DECL_WINELIB_TYPE_AW(SERVICE_TABLE_ENTRY)
    851 DECL_WINELIB_TYPE_AW(LPSERVICE_TABLE_ENTRY)
    852831
    853832/* {G,S}etPriorityClass */
Note: See TracChangeset for help on using the changeset viewer.