declare as WINAPI calls

This commit is contained in:
Hans-Joachim Lankenau 2000-11-02 14:35:02 +00:00
parent f7583f2fa0
commit 6f7907b206
5 changed files with 20 additions and 20 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: advapi9x.h,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 15:17:15 $
* last change: $Author: hjs $ $Date: 2000-11-02 15:35:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -190,8 +190,8 @@ extern LONG (WINAPI *lpfnRegDeleteValueW) (
#define RegSetValueExW lpfnRegSetValueExW
#define RegDeleteValueW lpfnRegDeleteValueW
extern void Advapi9xInit(LPOSVERSIONINFO lpVersionInfo);
extern void Advapi9xDeInit();
extern void WINAPI Advapi9xInit(LPOSVERSIONINFO lpVersionInfo);
extern void WINAPI Advapi9xDeInit();
#ifdef __cplusplus
}

View file

@ -2,9 +2,9 @@
*
* $RCSfile: comdlg9x.h,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 15:17:15 $
* last change: $Author: hjs $ $Date: 2000-11-02 15:35:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -94,8 +94,8 @@ extern BOOL ( WINAPI * lpfnGetSaveFileNameW) (
#define GetOpenFileNameW lpfnGetOpenFileNameW
#define GetSaveFileNameW lpfnGetSaveFileNameW
void Comdlg9xInit(LPOSVERSIONINFO lpVersionInfo);
void Comdlg9xDeInit();
void WINAPI Comdlg9xInit(LPOSVERSIONINFO lpVersionInfo);
void WINAPI Comdlg9xDeInit();
#ifdef __cplusplus
}

View file

@ -2,9 +2,9 @@
*
* $RCSfile: kernel9x.h,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: hro $ $Date: 2000-09-27 09:07:22 $
* last change: $Author: hjs $ $Date: 2000-11-02 15:35:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -204,8 +204,8 @@ extern BOOL (WINAPI *lpfnRemoveDirectoryW) (
#define CreateFileW lpfnCreateFileW
#define RemoveDirectoryW lpfnRemoveDirectoryW
extern void Kernel9xInit(LPOSVERSIONINFO lpVersionInfo);
extern void Kernel9xDeInit();
extern void WINAPI Kernel9xInit(LPOSVERSIONINFO lpVersionInfo);
extern void WINAPI Kernel9xDeInit();
#ifdef __cplusplus
}

View file

@ -2,9 +2,9 @@
*
* $RCSfile: shell9x.h,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 15:17:15 $
* last change: $Author: hjs $ $Date: 2000-11-02 15:35:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -114,8 +114,8 @@ extern BOOL ( WINAPI * lpfnSetWindowTextW ) (
#define SHGetPathFromIDListW lpfnSHGetPathFromIDListW
#define SetWindowTextW lpfnSetWindowTextW
void Shell9xInit(LPOSVERSIONINFO lpVersionInfo);
void Shell9xDeInit();
void WINAPI Shell9xInit(LPOSVERSIONINFO lpVersionInfo);
void WINAPI Shell9xDeInit();
#ifdef __cplusplus
}

View file

@ -2,9 +2,9 @@
*
* $RCSfile: user9x.h,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: tra $ $Date: 2000-09-25 07:48:36 $
* last change: $Author: hjs $ $Date: 2000-11-02 15:35:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -124,8 +124,8 @@ extern BOOL ( WINAPI * lpfnUnregisterClassW ) (
#define RegisterClassExW lpfnRegisterClassExW
#define UnregisterClassW lpfnUnregisterClassW
void User9xInit(LPOSVERSIONINFO lpVersionInfo);
void User9xDeInit();
void WINAPI User9xInit(LPOSVERSIONINFO lpVersionInfo);
void WINAPI User9xDeInit();
#ifdef __cplusplus
}