Changeset 2170 for trunk/include/win/winbase.h
- Timestamp:
- Dec 21, 1999, 1:29:31 AM (26 years ago)
- 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:13sandervl Exp $ */1 /* $Id: winbase.h,v 1.9 1999-12-21 00:29:30 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINBASE_H … … 829 829 WORD wProcessorRevision; 830 830 } 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 struct839 {840 LPSTR lpServiceName;841 LPSERVICE_MAIN_FUNCTIONA lpServiceProc;842 } *LPSERVICE_TABLE_ENTRYA, SERVICE_TABLE_ENTRYA;843 844 typedef struct845 {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)852 831 853 832 /* {G,S}etPriorityClass */
Note:
See TracChangeset
for help on using the changeset viewer.