Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/rapi.h')
-rw-r--r--winsup/w32api/include/rapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/rapi.h b/winsup/w32api/include/rapi.h
index 581fc8e6a..1bc74db6c 100644
--- a/winsup/w32api/include/rapi.h
+++ b/winsup/w32api/include/rapi.h
@@ -35,11 +35,11 @@ typedef struct _RAPIINIT
HRESULT hrRapiInit;
} RAPIINIT;
-STDAPI CeRapiInit ();
+STDAPI CeRapiInit (void);
STDAPI CeRapiInitEx (RAPIINIT*);
STDAPI_(BOOL) CeCreateProcess (LPCWSTR, LPCWSTR, LPSECURITY_ATTRIBUTES, LPSECURITY_ATTRIBUTES,
BOOL, DWORD, LPVOID, LPWSTR, LPSTARTUPINFO, LPPROCESS_INFORMATION);
-STDAPI CeRapiUninit ();
+STDAPI CeRapiUninit (void);
STDAPI_(BOOL) CeWriteFile (HANDLE, LPCVOID, DWORD, LPDWORD, LPOVERLAPPED);
STDAPI_(HANDLE) CeCreateFile (LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE);