mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
mpr: Remove DECLSPEC_HIDDEN usage.
This commit is contained in:
parent
2aa688326d
commit
d4223b255c
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
#ifndef __WNET_PRIV_H__
|
||||
#define __WNET_PRIV_H__
|
||||
|
||||
void wnetInit(HINSTANCE hInstDll) DECLSPEC_HIDDEN;
|
||||
void wnetFree(void) DECLSPEC_HIDDEN;
|
||||
void wnetInit(HINSTANCE hInstDll);
|
||||
void wnetFree(void);
|
||||
|
||||
#endif /* ndef __WNET_PRIV_H__ */
|
||||
|
|
Loading…
Reference in a new issue