mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
serialui: Declare some items static.
This commit is contained in:
parent
2c620c8269
commit
b618fc2ce9
@ -47,7 +47,7 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(comm);
|
||||
|
||||
HMODULE SERIALUI_hModule = 0;
|
||||
static HMODULE SERIALUI_hModule;
|
||||
|
||||
/***********************************************************************
|
||||
* DllMain [Internal] Initializes the internal 'SERIALUI.DLL'.
|
||||
@ -342,7 +342,7 @@ static void SERIALUI_DialogInfoToDCB(HWND hDlg, SERIALUI_DialogInfo *info)
|
||||
*
|
||||
* Shows a dialog for configuring a COMM port
|
||||
*/
|
||||
INT_PTR CALLBACK SERIALUI_ConfigDialogProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
static INT_PTR CALLBACK SERIALUI_ConfigDialogProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
static const WCHAR szSettings[] = {
|
||||
'S','e','t','t','i','n','g','s',' ','f','o','r',' ',0
|
||||
|
Loading…
Reference in New Issue
Block a user